#AC8129

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

Shades of Mandalay #AC8129

Tints of Mandalay #AC8129

Color information

#AC8129 (or 0xAC8129) is unknown color: approx Mandalay. HEX triplet: AC, 81 and 29. RGB value is (172,129,41). Sum of RGB (Red+Green+Blue) = 172+129+41=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8129 is #537ED6. Grayscale: #848484. Windows color (decimal): -5471959 or 2720172. OLE color: 2720172.

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

Color convert

RGB17212941-
CMYK00.250.760.33
HSL40.31º61.5%41.76%-
HSV(B)40.31º76.16%67.45%-
XYZ25.2624.635.52-
YUV131.8276.75156.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 41 (16.41% from 255) = 11.99%
R=50.29%
G=37.72%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721294100.250.760.3340.3161.541.76
HexAC81290194C21283e2a
Octal2542015103111441507652
Binary10101100100000011010010110011001100100001101000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8129; }

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

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

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

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

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

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

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

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