#AB8A21

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

Shades of Hacienda #AB8A21

Tints of Hacienda #AB8A21

Color information

#AB8A21 (or 0xAB8A21) is unknown color: approx Hacienda. HEX triplet: AB, 8A and 21. RGB value is (171,138,33). Sum of RGB (Red+Green+Blue) = 171+138+33=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A21 is #5475DE. Grayscale: #888888. Windows color (decimal): -5535199 or 2198187. OLE color: 2198187.

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

Color convert

RGB17113833-
CMYK00.190.810.33
HSL45.65º67.65%40%-
HSV(B)45.65º80.7%67.06%-
XYZ26.1626.945.26-
YUV135.969.93153.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=50%
G=40.35%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711383300.190.810.3345.6567.6540
HexAB8A2101351212e4428
Octal25321241023121415610450
Binary101010111000101010000101001110100011000011011101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A21; }

 p { color: rgb(171,138,33); }

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

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

 a { background-color: rgb(171,138,33); }

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

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

 span { border-color: rgb(171,138,33); }

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