#AD7F2B

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

Shades of Mandalay #AD7F2B

Tints of Mandalay #AD7F2B

Color information

#AD7F2B (or 0xAD7F2B) is unknown color: approx Mandalay. HEX triplet: AD, 7F and 2B. RGB value is (173,127,43). Sum of RGB (Red+Green+Blue) = 173+127+43=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F2B is #5280D4. Grayscale: #838383. Windows color (decimal): -5406933 or 2850733. OLE color: 2850733.

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

Color convert

RGB17312743-
CMYK00.270.750.32
HSL38.77º60.19%42.35%-
HSV(B)38.77º75.14%67.84%-
XYZ25.2624.245.63-
YUV131.1878.24157.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=50.44%
G=37.03%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731274300.270.750.3238.7760.1942.35
HexAD7F2B01B4B20273c2a
Octal2551775303311340477452
Binary1010110111111111010110110111001011100000100111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7F2B; }

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

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

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

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

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

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

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

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