#ab7d21

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

Shades of Hacienda #AB7D21

Tints of Hacienda #AB7D21

Color information

#AB7D21 (or 0xAB7D21) is unknown color: approx Hacienda. HEX triplet: AB, 7D and 21. RGB value is (171,125,33). Sum of RGB (Red+Green+Blue) = 171+125+33=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D21 is #5482DE. Grayscale: #808080. Windows color (decimal): -5538527 or 2194859. OLE color: 2194859.

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

Color convert

RGB17112533-
CMYK00.270.810.33
HSL40º67.65%40%-
HSV(B)40º80.7%67.06%-
XYZ24.423.434.68-
YUV128.2774.24158.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 33 (13.28% from 255) = 10.03%
R=51.98%
G=37.99%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711253300.270.810.334067.6540
HexAB7D2101B5121284428
Octal25317541033121415010450
Binary10101011111110110000101101110100011000011010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab7d21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab7d21; }

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

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

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

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

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

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

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

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