#A08C18

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

Shades of Hacienda #A08C18

Tints of Hacienda #A08C18

Color information

#A08C18 (or 0xA08C18) is unknown color: approx Hacienda. HEX triplet: A0, 8C and 18. RGB value is (160,140,24). Sum of RGB (Red+Green+Blue) = 160+140+24=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C18 is #5F73E7. Grayscale: #858585. Windows color (decimal): -6255592 or 1608864. OLE color: 1608864.

HSL color Cylindrical-coordinate representation of color #A08C18: hue angle of 51.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A08C18 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16014024-
CMYK00.120.850.37
HSL51.18º73.91%36.08%-
HSV(B)51.18º85%62.75%-
XYZ24.0426.34.67-
YUV132.7666.63147.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=49.38%
G=43.21%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601402400.120.850.3751.1873.9136.08
HexA08C180C5525334a24
Octal24021430014125456311244
Binary1010000010001100110000110010101011001011100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C18; }

 p { color: rgb(160,140,24); }

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

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

 a { background-color: rgb(160,140,24); }

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

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

 span { border-color: rgb(160,140,24); }

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