#AF7C37

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

Shades of Mandalay #AF7C37

Tints of Mandalay #AF7C37

Color information

#AF7C37 (or 0xAF7C37) is unknown color: approx Mandalay. HEX triplet: AF, 7C and 37. RGB value is (175,124,55). Sum of RGB (Red+Green+Blue) = 175+124+55=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C37 is #5083C8. Grayscale: #838383. Windows color (decimal): -5276617 or 3636399. OLE color: 3636399.

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

Color convert

RGB17512455-
CMYK00.290.690.31
HSL34.5º52.17%45.1%-
HSV(B)34.5º68.57%68.63%-
XYZ25.5823.816.86-
YUV131.3884.9159.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 55 (21.88% from 255) = 15.54%
R=49.44%
G=35.03%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751245500.290.690.3134.552.1745.1
HexAF7C3701D451F22342d
Octal2571746703510537426455
Binary101011111111100110111011101100010111111100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C37; }

 p { color: rgb(175,124,55); }

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

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

 a { background-color: rgb(175,124,55); }

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

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

 span { border-color: rgb(175,124,55); }

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