#A87D16

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

Shades of Hacienda #A87D16

Tints of Hacienda #A87D16

Color information

#A87D16 (or 0xA87D16) is unknown color: approx Hacienda. HEX triplet: A8, 7D and 16. RGB value is (168,125,22). Sum of RGB (Red+Green+Blue) = 168+125+22=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87D16 is #5782E9. Grayscale: #7E7E7E. Windows color (decimal): -5735146 or 1473960. OLE color: 1473960.

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

Color convert

RGB16812522-
CMYK00.260.870.34
HSL42.33º76.84%37.25%-
HSV(B)42.33º86.9%65.88%-
XYZ23.6323.053.96-
YUV126.1269.25157.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=53.33%
G=39.68%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681252200.260.870.3442.3376.8437.25
HexA87D1601A57222a4d25
Octal25017526032127425211545
Binary1010100011111011011001101010101111000101010101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87D16; }

 p { color: rgb(168,125,22); }

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

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

 a { background-color: rgb(168,125,22); }

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

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

 span { border-color: rgb(168,125,22); }

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