#AC8229

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

Shades of Mandalay #AC8229

Tints of Mandalay #AC8229

Color information

#AC8229 (or 0xAC8229) is unknown color: approx Mandalay. HEX triplet: AC, 82 and 29. RGB value is (172,130,41). Sum of RGB (Red+Green+Blue) = 172+130+41=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8229 is #537DD6. Grayscale: #848484. Windows color (decimal): -5471703 or 2720428. OLE color: 2720428.

HSL color Cylindrical-coordinate representation of color #AC8229: hue angle of 40.76º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC8229 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17213041-
CMYK00.240.760.33
HSL40.76º61.5%41.76%-
HSV(B)40.76º76.16%67.45%-
XYZ25.424.95.56-
YUV132.4176.41156.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 41 (16.41% from 255) = 11.95%
R=50.15%
G=37.90%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721304100.240.760.3340.7661.541.76
HexAC82290184C21293e2a
Octal2542025103011441517652
Binary10101100100000101010010110001001100100001101001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8229; }

 p { color: rgb(172,130,41); }

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

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

 a { background-color: rgb(172,130,41); }

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

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

 span { border-color: rgb(172,130,41); }

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