#AD7F28

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

Shades of Mandalay #AD7F28

Tints of Mandalay #AD7F28

Color information

#AD7F28 (or 0xAD7F28) is unknown color: approx Mandalay. HEX triplet: AD, 7F and 28. RGB value is (173,127,40). Sum of RGB (Red+Green+Blue) = 173+127+40=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F28 is #5280D7. Grayscale: #838383. Windows color (decimal): -5406936 or 2654125. OLE color: 2654125.

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

Color convert

RGB17312740-
CMYK00.270.770.32
HSL39.25º62.44%41.76%-
HSV(B)39.25º76.88%67.84%-
XYZ25.2124.225.35-
YUV130.8476.74158.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.88%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 40 (16.02% from 255) = 11.76%
R=50.88%
G=37.35%
B=11.76%

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
Decimal1731274000.270.770.3239.2562.4441.76
HexAD7F2801B4D20273e2a
Octal2551775003311540477652
Binary1010110111111111010000110111001101100000100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F28; }

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

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

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

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

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

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

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

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