#AB7F20

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

Shades of Hacienda #AB7F20

Tints of Hacienda #AB7F20

Color information

#AB7F20 (or 0xAB7F20) is unknown color: approx Hacienda. HEX triplet: AB, 7F and 20. RGB value is (171,127,32). Sum of RGB (Red+Green+Blue) = 171+127+32=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7F20 is #5480DF. Grayscale: #818181. Windows color (decimal): -5538016 or 2129835. OLE color: 2129835.

HSL color Cylindrical-coordinate representation of color #AB7F20: hue angle of 41.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB7F20 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17112732-
CMYK00.260.810.33
HSL41.01º68.47%39.8%-
HSV(B)41.01º81.29%67.06%-
XYZ24.6423.944.69-
YUV129.3373.08157.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=51.82%
G=38.48%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711273200.260.810.3341.0168.4739.8
HexAB7F2001A5121294428
Octal25317740032121415110450
Binary10101011111111110000001101010100011000011010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F20; }

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

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

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

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

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

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

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

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