#AC881E

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

Shades of Hacienda #AC881E

Tints of Hacienda #AC881E

Color information

#AC881E (or 0xAC881E) is unknown color: approx Hacienda. HEX triplet: AC, 88 and 1E. RGB value is (172,136,30). Sum of RGB (Red+Green+Blue) = 172+136+30=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC881E is #5377E1. Grayscale: #878787. Windows color (decimal): -5470178 or 2001068. OLE color: 2001068.

HSL color Cylindrical-coordinate representation of color #AC881E: hue angle of 44.79º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC881E is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB17213630-
CMYK00.210.830.33
HSL44.79º70.3%39.61%-
HSV(B)44.79º82.56%67.45%-
XYZ26.0526.474.96-
YUV134.6868.93154.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 30 (12.11% from 255) = 8.88%
R=50.89%
G=40.24%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721363000.210.830.3344.7970.339.61
HexAC881E01553212d4628
Octal25421036025123415510650
Binary10101100100010001111001010110100111000011011011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC881E; }

 p { color: rgb(172,136,30); }

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

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

 a { background-color: rgb(172,136,30); }

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

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

 span { border-color: rgb(172,136,30); }

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