#A97C18

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

Shades of Hacienda #A97C18

Tints of Hacienda #A97C18

Color information

#A97C18 (or 0xA97C18) is unknown color: approx Hacienda. HEX triplet: A9, 7C and 18. RGB value is (169,124,24). Sum of RGB (Red+Green+Blue) = 169+124+24=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97C18 is #5683E7. Grayscale: #7E7E7E. Windows color (decimal): -5669864 or 1604777. OLE color: 1604777.

HSL color Cylindrical-coordinate representation of color #A97C18: hue angle of 41.38º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A97C18 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB16912424-
CMYK00.270.860.34
HSL41.38º75.13%37.84%-
HSV(B)41.38º85.8%66.27%-
XYZ23.7322.924.04-
YUV126.0670.41158.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 24 (9.77% from 255) = 7.57%
R=53.31%
G=39.12%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691242400.270.860.3441.3875.1337.84
HexA97C1801B5622294b26
Octal25117430033126425111346
Binary1010100111111001100001101110101101000101010011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C18; }

 p { color: rgb(169,124,24); }

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

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

 a { background-color: rgb(169,124,24); }

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

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

 span { border-color: rgb(169,124,24); }

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