#AC8421

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

Shades of Hacienda #AC8421

Tints of Hacienda #AC8421

Color information

#AC8421 (or 0xAC8421) is unknown color: approx Hacienda. HEX triplet: AC, 84 and 21. RGB value is (172,132,33). Sum of RGB (Red+Green+Blue) = 172+132+33=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8421 is #537BDE. Grayscale: #858585. Windows color (decimal): -5471199 or 2196652. OLE color: 2196652.

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

Color convert

RGB17213233-
CMYK00.230.810.33
HSL42.73º67.8%40.2%-
HSV(B)42.73º80.81%67.45%-
XYZ25.5425.384.99-
YUV132.6771.75156.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=51.04%
G=39.17%
B=9.79%

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
Decimal1721323300.230.810.3342.7367.840.2
HexAC842101751212b4428
Octal25420441027121415310450
Binary101011001000010010000101011110100011000011010111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8421; }

 p { color: rgb(172,132,33); }

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

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

 a { background-color: rgb(172,132,33); }

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

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

 span { border-color: rgb(172,132,33); }

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