#AF7939

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

Shades of Mandalay #AF7939

Tints of Mandalay #AF7939

Color information

#AF7939 (or 0xAF7939) is unknown color: approx Mandalay. HEX triplet: AF, 79 and 39. RGB value is (175,121,57). Sum of RGB (Red+Green+Blue) = 175+121+57=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7939 is #5086C6. Grayscale: #828282. Windows color (decimal): -5277383 or 3766703. OLE color: 3766703.

HSL color Cylindrical-coordinate representation of color #AF7939: hue angle of 32.54º 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 #AF7939 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17512157-
CMYK00.310.670.31
HSL32.54º50.86%45.49%-
HSV(B)32.54º67.43%68.63%-
XYZ25.2623.087-
YUV129.8586.89160.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=49.58%
G=34.28%
B=16.15%

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
Decimal1751215700.310.670.3132.5450.8645.49
HexAF793901F431F21332d
Octal2571717103710337416355
Binary101011111111001111001011111100001111111100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7939; }

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

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

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

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

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

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

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

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