#A8801E

Color #A8801E Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A8801E

Tints of Hacienda #A8801E

Color information

#A8801E (or 0xA8801E) is unknown color: approx Hacienda. HEX triplet: A8, 80 and 1E. RGB value is (168,128,30). Sum of RGB (Red+Green+Blue) = 168+128+30=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8801E is #577FE1. Grayscale: #818181. Windows color (decimal): -5734370 or 1999016. OLE color: 1999016.

HSL color Cylindrical-coordinate representation of color #A8801E: hue angle of 42.61º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8801E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16812830-
CMYK00.240.820.34
HSL42.61º69.7%38.82%-
HSV(B)42.61º82.14%65.88%-
XYZ24.123.864.56-
YUV128.7972.25155.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 30 (12.11% from 255) = 9.20%
R=51.53%
G=39.26%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681283000.240.820.3442.6169.738.82
HexA8801E01852222b4627
Octal25020036030122425310647
Binary10101000100000001111001100010100101000101010111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8801E; }

 p { color: rgb(168,128,30); }

 H1.HeaderClassName
 {
   color: #A8801E;
 }
 .AnyTagClassName
 {
   color: #A8801E;
 }
</style>
background-color css

<style>
 a { background-color: #A8801E; }

 a { background-color: rgb(168,128,30); }

 div.DivClassName
 {
   background-color: #A8801E;
 }
 .BgClassName
 {
   background-color: #A8801E;
 }
</style>
border-color css

<style>
 span { border-color: #A8801E; }

 span { border-color: rgb(168,128,30); }

 td.TdClassName
 {
   border-color: #A8801E;
 }
 .TagClassName
 {
   border-color: #A8801E;
 }
</style>