#AC841B

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

Shades of Hacienda #AC841B

Tints of Hacienda #AC841B

Color information

#AC841B (or 0xAC841B) is unknown color: approx Hacienda. HEX triplet: AC, 84 and 1B. RGB value is (172,132,27). Sum of RGB (Red+Green+Blue) = 172+132+27=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC841B is #537BE4. Grayscale: #848484. Windows color (decimal): -5471205 or 1803436. OLE color: 1803436.

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

Color convert

RGB17213227-
CMYK00.230.840.33
HSL43.45º72.86%39.02%-
HSV(B)43.45º84.3%67.45%-
XYZ25.4625.354.59-
YUV131.9968.75156.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=51.96%
G=39.88%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721322700.230.840.3343.4572.8639.02
HexAC841B01754212b4927
Octal25420433027124415311147
Binary10101100100001001101101011110101001000011010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC841B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC841B; }

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

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

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

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

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

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

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

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