#ad802f

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

Shades of Mandalay #AD802F

Tints of Mandalay #AD802F

Color information

#AD802F (or 0xAD802F) is unknown color: approx Mandalay. HEX triplet: AD, 80 and 2F. RGB value is (173,128,47). Sum of RGB (Red+Green+Blue) = 173+128+47=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD802F is #527FD0. Grayscale: #848484. Windows color (decimal): -5406673 or 3113133. OLE color: 3113133.

HSL color Cylindrical-coordinate representation of color #AD802F: hue angle of 38.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD802F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB17312847-
CMYK00.260.730.32
HSL38.57º57.27%43.14%-
HSV(B)38.57º72.83%67.84%-
XYZ25.4724.536.08-
YUV132.2279.91157.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=49.71%
G=36.78%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731284700.260.730.3238.5757.2743.14
HexAD802F01A492027392b
Octal2552005703211140477153
Binary10101101100000001011110110101001001100000100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad802f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad802f; }

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

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

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

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

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

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

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

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