#A67516

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

Shades of Hacienda #A67516

Tints of Hacienda #A67516

Color information

#A67516 (or 0xA67516) is unknown color: approx Hacienda. HEX triplet: A6, 75 and 16. RGB value is (166,117,22). Sum of RGB (Red+Green+Blue) = 166+117+22=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A67516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67516 is #598AE9. Grayscale: #797979. Windows color (decimal): -5868266 or 1471910. OLE color: 1471910.

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

Color convert

RGB16611722-
CMYK00.300.870.35
HSL39.58º76.6%36.86%-
HSV(B)39.58º86.75%65.1%-
XYZ22.2320.893.62-
YUV120.8272.23160.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 22 (8.98% from 255) = 7.21%
R=54.43%
G=38.36%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661172200.300.870.3539.5876.636.86
HexA6751601E5723284d25
Octal24616526036127435011545
Binary1010011011101011011001111010101111000111010001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67516; }

 p { color: rgb(166,117,22); }

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

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

 a { background-color: rgb(166,117,22); }

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

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

 span { border-color: rgb(166,117,22); }

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