#AB8321

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

Shades of Hacienda #AB8321

Tints of Hacienda #AB8321

Color information

#AB8321 (or 0xAB8321) is unknown color: approx Hacienda. HEX triplet: AB, 83 and 21. RGB value is (171,131,33). Sum of RGB (Red+Green+Blue) = 171+131+33=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8321 is #547CDE. Grayscale: #848484. Windows color (decimal): -5536991 or 2196395. OLE color: 2196395.

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

Color convert

RGB17113133-
CMYK00.230.810.33
HSL42.61º67.65%40%-
HSV(B)42.61º80.7%67.06%-
XYZ25.19254.94-
YUV131.7972.25155.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=51.04%
G=39.10%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711313300.230.810.3342.6167.6540
HexAB832101751212b4428
Octal25320341027121415310450
Binary101010111000001110000101011110100011000011010111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8321; }

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

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

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

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

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

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

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

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