#A77F17

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

Shades of Hacienda #A77F17

Tints of Hacienda #A77F17

Color information

#A77F17 (or 0xA77F17) is unknown color: approx Hacienda. HEX triplet: A7, 7F and 17. RGB value is (167,127,23). Sum of RGB (Red+Green+Blue) = 167+127+23=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F17 is #5880E8. Grayscale: #7F7F7F. Windows color (decimal): -5800169 or 1540007. OLE color: 1540007.

HSL color Cylindrical-coordinate representation of color #A77F17: hue angle of 43.33º degrees, saturation: 0.76, 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 #A77F17 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB16712723-
CMYK00.240.860.35
HSL43.33º75.79%37.25%-
HSV(B)43.33º86.23%65.49%-
XYZ23.6823.464.09-
YUV127.169.25156.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 127 (50% from 255) = 40.06%
BLUE value IS 23 (9.38% from 255) = 7.26%
R=52.68%
G=40.06%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671272300.240.860.3543.3375.7937.25
HexA77F1701856232b4c25
Octal24717727030126435311445
Binary1010011111111111011101100010101101000111010111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F17; }

 p { color: rgb(167,127,23); }

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

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

 a { background-color: rgb(167,127,23); }

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

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

 span { border-color: rgb(167,127,23); }

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