#A67F20

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

Shades of Hacienda #A67F20

Tints of Hacienda #A67F20

Color information

#A67F20 (or 0xA67F20) is unknown color: approx Hacienda. HEX triplet: A6, 7F and 20. RGB value is (166,127,32). Sum of RGB (Red+Green+Blue) = 166+127+32=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F20 is #5980DF. Grayscale: #808080. Windows color (decimal): -5865696 or 2129830. OLE color: 2129830.

HSL color Cylindrical-coordinate representation of color #A67F20: hue angle of 42.54º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A67F20 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16612732-
CMYK00.230.810.35
HSL42.54º67.68%38.82%-
HSV(B)42.54º80.72%65.1%-
XYZ23.5823.394.64-
YUV127.8373.92155.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 32 (12.89% from 255) = 9.85%
R=51.08%
G=39.08%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661273200.230.810.3542.5467.6838.82
HexA67F2001751232b4427
Octal24617740027121435310447
Binary10100110111111110000001011110100011000111010111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F20; }

 p { color: rgb(166,127,32); }

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

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

 a { background-color: rgb(166,127,32); }

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

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

 span { border-color: rgb(166,127,32); }

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