#AD8129

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

Shades of Mandalay #AD8129

Tints of Mandalay #AD8129

Color information

#AD8129 (or 0xAD8129) is unknown color: approx Mandalay. HEX triplet: AD, 81 and 29. RGB value is (173,129,41). Sum of RGB (Red+Green+Blue) = 173+129+41=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8129 is #527ED6. Grayscale: #848484. Windows color (decimal): -5406423 or 2720173. OLE color: 2720173.

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

Color convert

RGB17312941-
CMYK00.250.760.32
HSL40º61.68%41.96%-
HSV(B)40º76.3%67.84%-
XYZ25.4824.745.53-
YUV132.1276.58157.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 41 (16.41% from 255) = 11.95%
R=50.44%
G=37.61%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731294100.250.760.324061.6841.96
HexAD81290194C20283e2a
Octal2552015103111440507652
Binary10101101100000011010010110011001100100000101000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8129; }

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

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

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

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

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

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

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

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