#AC7E20

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

Shades of Hacienda #AC7E20

Tints of Hacienda #AC7E20

Color information

#AC7E20 (or 0xAC7E20) is unknown color: approx Hacienda. HEX triplet: AC, 7E and 20. RGB value is (172,126,32). Sum of RGB (Red+Green+Blue) = 172+126+32=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E20 is #5381DF. Grayscale: #818181. Windows color (decimal): -5472736 or 2129580. OLE color: 2129580.

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

Color convert

RGB17212632-
CMYK00.270.810.33
HSL40.29º68.63%40%-
HSV(B)40.29º81.4%67.45%-
XYZ24.7323.84.66-
YUV129.0473.24158.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=52.12%
G=38.18%
B=9.70%

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
Decimal1721263200.270.810.3340.2968.6340
HexAC7E2001B5121284528
Octal25417640033121415010550
Binary10101100111111010000001101110100011000011010001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E20; }

 p { color: rgb(172,126,32); }

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

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

 a { background-color: rgb(172,126,32); }

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

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

 span { border-color: rgb(172,126,32); }

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