#AD8029

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

Shades of Mandalay #AD8029

Tints of Mandalay #AD8029

Color information

#AD8029 (or 0xAD8029) is unknown color: approx Mandalay. HEX triplet: AD, 80 and 29. RGB value is (173,128,41). Sum of RGB (Red+Green+Blue) = 173+128+41=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8029 is #527FD6. Grayscale: #838383. Windows color (decimal): -5406679 or 2719917. OLE color: 2719917.

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

Color convert

RGB17312841-
CMYK00.260.760.32
HSL39.55º61.68%41.96%-
HSV(B)39.55º76.3%67.84%-
XYZ25.3524.485.49-
YUV131.5476.91157.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 41 (16.41% from 255) = 11.99%
R=50.58%
G=37.43%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731284100.260.760.3239.5561.6841.96
HexAD802901A4C20283e2a
Octal2552005103211440507652
Binary10101101100000001010010110101001100100000101000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8029; }

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

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

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

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

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

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

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

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