#AC8626

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

Shades of Hacienda #AC8626

Tints of Hacienda #AC8626

Color information

#AC8626 (or 0xAC8626) is unknown color: approx Hacienda. HEX triplet: AC, 86 and 26. RGB value is (172,134,38). Sum of RGB (Red+Green+Blue) = 172+134+38=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8626 is #5379D9. Grayscale: #868686. Windows color (decimal): -5470682 or 2524844. OLE color: 2524844.

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

Color convert

RGB17213438-
CMYK00.220.780.33
HSL42.99º63.81%41.18%-
HSV(B)42.99º77.91%67.45%-
XYZ25.8925.965.48-
YUV134.4273.59154.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=50%
G=38.95%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721343800.220.780.3342.9963.8141.18
HexAC86260164E212b4029
Octal25420646026116415310051
Binary101011001000011010011001011010011101000011010111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8626; }

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

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

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

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

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

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

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

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