#A87F17

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

Shades of Hacienda #A87F17

Tints of Hacienda #A87F17

Color information

#A87F17 (or 0xA87F17) is unknown color: approx Hacienda. HEX triplet: A8, 7F and 17. RGB value is (168,127,23). Sum of RGB (Red+Green+Blue) = 168+127+23=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F17 is #5780E8. Grayscale: #7F7F7F. Windows color (decimal): -5734633 or 1540008. OLE color: 1540008.

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

Color convert

RGB16812723-
CMYK00.240.860.34
HSL43.03º75.92%37.45%-
HSV(B)43.03º86.31%65.88%-
XYZ23.8923.574.1-
YUV127.469.08156.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.83%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 23 (9.38% from 255) = 7.23%
R=52.83%
G=39.94%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681272300.240.860.3443.0375.9237.45
HexA87F1701856222b4c25
Octal25017727030126425311445
Binary1010100011111111011101100010101101000101010111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F17; }

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

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

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

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

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

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

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

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