#AF7839

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

Shades of Mandalay #AF7839

Tints of Mandalay #AF7839

Color information

#AF7839 (or 0xAF7839) is unknown color: approx Mandalay. HEX triplet: AF, 78 and 39. RGB value is (175,120,57). Sum of RGB (Red+Green+Blue) = 175+120+57=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7839 is #5087C6. Grayscale: #818181. Windows color (decimal): -5277639 or 3766447. OLE color: 3766447.

HSL color Cylindrical-coordinate representation of color #AF7839: hue angle of 32.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF7839 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17512057-
CMYK00.310.670.31
HSL32.03º50.86%45.49%-
HSV(B)32.03º67.43%68.63%-
XYZ25.1322.846.96-
YUV129.2687.22160.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=49.72%
G=34.09%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751205700.310.670.3132.0350.8645.49
HexAF783901F431F20332d
Octal2571707103710337406355
Binary101011111111000111001011111100001111111100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7839; }

 p { color: rgb(175,120,57); }

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

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

 a { background-color: rgb(175,120,57); }

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

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

 span { border-color: rgb(175,120,57); }

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