#AD7E28

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

Shades of Mandalay #AD7E28

Tints of Mandalay #AD7E28

Color information

#AD7E28 (or 0xAD7E28) is unknown color: approx Mandalay. HEX triplet: AD, 7E and 28. RGB value is (173,126,40). Sum of RGB (Red+Green+Blue) = 173+126+40=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E28 is #5281D7. Grayscale: #828282. Windows color (decimal): -5407192 or 2653869. OLE color: 2653869.

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

Color convert

RGB17312640-
CMYK00.270.770.32
HSL38.8º62.44%41.76%-
HSV(B)38.8º76.88%67.84%-
XYZ25.0823.965.31-
YUV130.2577.07158.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=51.03%
G=37.17%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731264000.270.770.3238.862.4441.76
HexAD7E2801B4D20273e2a
Octal2551765003311540477652
Binary1010110111111101010000110111001101100000100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E28; }

 p { color: rgb(173,126,40); }

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

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

 a { background-color: rgb(173,126,40); }

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

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

 span { border-color: rgb(173,126,40); }

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