#AC8627

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

Shades of Hacienda #AC8627

Tints of Hacienda #AC8627

Color information

#AC8627 (or 0xAC8627) is unknown color: approx Hacienda. HEX triplet: AC, 86 and 27. RGB value is (172,134,39). Sum of RGB (Red+Green+Blue) = 172+134+39=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8627 is #5379D8. Grayscale: #868686. Windows color (decimal): -5470681 or 2590380. OLE color: 2590380.

HSL color Cylindrical-coordinate representation of color #AC8627: hue angle of 42.86º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8627 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB17213439-
CMYK00.220.770.33
HSL42.86º63.03%41.37%-
HSV(B)42.86º77.33%67.45%-
XYZ25.925.975.57-
YUV134.5374.09154.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 39 (15.62% from 255) = 11.30%
R=49.86%
G=38.84%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721343900.220.770.3342.8663.0341.37
HexAC86270164D212b3f29
Octal2542064702611541537751
Binary10101100100001101001110101101001101100001101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8627; }

 p { color: rgb(172,134,39); }

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

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

 a { background-color: rgb(172,134,39); }

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

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

 span { border-color: rgb(172,134,39); }

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