#A77D18

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

Shades of Hacienda #A77D18

Tints of Hacienda #A77D18

Color information

#A77D18 (or 0xA77D18) is unknown color: approx Hacienda. HEX triplet: A7, 7D and 18. RGB value is (167,125,24). Sum of RGB (Red+Green+Blue) = 167+125+24=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D18 is #5882E7. Grayscale: #7E7E7E. Windows color (decimal): -5800680 or 1605031. OLE color: 1605031.

HSL color Cylindrical-coordinate representation of color #A77D18: hue angle of 42.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A77D18 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16712524-
CMYK00.250.860.35
HSL42.38º74.87%37.45%-
HSV(B)42.38º85.63%65.49%-
XYZ23.4322.954.06-
YUV126.0470.41157.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.85%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=52.85%
G=39.56%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671252400.250.860.3542.3874.8737.45
HexA77D1801956232a4b25
Octal24717530031126435211345
Binary1010011111111011100001100110101101000111010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D18; }

 p { color: rgb(167,125,24); }

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

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

 a { background-color: rgb(167,125,24); }

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

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

 span { border-color: rgb(167,125,24); }

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