#AC851B

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

Shades of Hacienda #AC851B

Tints of Hacienda #AC851B

Color information

#AC851B (or 0xAC851B) is unknown color: approx Hacienda. HEX triplet: AC, 85 and 1B. RGB value is (172,133,27). Sum of RGB (Red+Green+Blue) = 172+133+27=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC851B is #537AE4. Grayscale: #858585. Windows color (decimal): -5470949 or 1803692. OLE color: 1803692.

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

Color convert

RGB17213327-
CMYK00.230.840.33
HSL43.86º72.86%39.02%-
HSV(B)43.86º84.3%67.45%-
XYZ25.625.624.63-
YUV132.5868.42156.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=51.81%
G=40.06%
B=8.13%

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
Decimal1721332700.230.840.3343.8672.8639.02
HexAC851B01754212c4927
Octal25420533027124415411147
Binary10101100100001011101101011110101001000011011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC851B; }

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

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

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

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

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

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

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

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