#AC821A

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

Shades of Hacienda #AC821A

Tints of Hacienda #AC821A

Color information

#AC821A (or 0xAC821A) is unknown color: approx Hacienda. HEX triplet: AC, 82 and 1A. RGB value is (172,130,26). Sum of RGB (Red+Green+Blue) = 172+130+26=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC821A is #537DE5. Grayscale: #838383. Windows color (decimal): -5471718 or 1737388. OLE color: 1737388.

HSL color Cylindrical-coordinate representation of color #AC821A: hue angle of 42.74º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC821A is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17213026-
CMYK00.240.850.33
HSL42.74º73.74%38.82%-
HSV(B)42.74º84.88%67.45%-
XYZ25.1824.814.44-
YUV130.768.91157.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=52.44%
G=39.63%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721302600.240.850.3342.7473.7438.82
HexAC821A01855212b4a27
Octal25420232030125415311247
Binary10101100100000101101001100010101011000011010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC821A; }

 p { color: rgb(172,130,26); }

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

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

 a { background-color: rgb(172,130,26); }

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

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

 span { border-color: rgb(172,130,26); }

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