#AB8020

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

Shades of Hacienda #AB8020

Tints of Hacienda #AB8020

Color information

#AB8020 (or 0xAB8020) is unknown color: approx Hacienda. HEX triplet: AB, 80 and 20. RGB value is (171,128,32). Sum of RGB (Red+Green+Blue) = 171+128+32=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8020 is #547FDF. Grayscale: #828282. Windows color (decimal): -5537760 or 2130091. OLE color: 2130091.

HSL color Cylindrical-coordinate representation of color #AB8020: hue angle of 41.44º 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 #AB8020 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17112832-
CMYK00.250.810.33
HSL41.44º68.47%39.8%-
HSV(B)41.44º81.29%67.06%-
XYZ24.7724.24.73-
YUV129.9172.75157.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=51.66%
G=38.67%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711283200.250.810.3341.4468.4739.8
HexAB80200195121294428
Octal25320040031121415110450
Binary101010111000000010000001100110100011000011010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8020; }

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

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

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

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

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

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

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

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