#AB8921

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

Shades of Hacienda #AB8921

Tints of Hacienda #AB8921

Color information

#AB8921 (or 0xAB8921) is unknown color: approx Hacienda. HEX triplet: AB, 89 and 21. RGB value is (171,137,33). Sum of RGB (Red+Green+Blue) = 171+137+33=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8921 is #5476DE. Grayscale: #878787. Windows color (decimal): -5535455 or 2197931. OLE color: 2197931.

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

Color convert

RGB17113733-
CMYK00.200.810.33
HSL45.22º67.65%40%-
HSV(B)45.22º80.7%67.06%-
XYZ26.0126.665.21-
YUV135.3170.26153.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=50.15%
G=40.18%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711373300.200.810.3345.2267.6540
HexAB892101451212d4428
Octal25321141024121415510450
Binary101010111000100110000101010010100011000011011011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8921; }

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

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

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

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

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

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

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

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