Shades of Mandalay #AF7732
Tints of Mandalay #AF7732
RGB
CMYK
RGB Variations
Color information
#AF7732 (or 0xAF7732) is known color: Mandalay. HEX triplet: AF, 77 and 32. RGB value is (175,119,50). Sum of RGB (Red+Green+Blue) = 175+119+50=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7732 is #5088CD. Grayscale: #808080. Windows color (decimal): -5277902 or 3307439. OLE color: 3307439.
HSL color Cylindrical-coordinate representation of color #AF7732: hue angle of 33.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF7732 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 50 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.31 |
| HSL | 33.12º | 0.56% | 0.44% | - |
| HSV(B) | 33.12º | 0.71% | 0.69% | - |
| XYZ | 24.85 | 22.54 | 6.06 | - |
| YUV | 127.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 50 | 0 | 0.32 | 0.71 | 0.31 | 33.12 | 0.56 | 0.44 |
| Hex | AF | 77 | 32 | 0 | 20 | 47 | 1F | 21 | 38 | 2C |
| Octal | 257 | 167 | 62 | 0 | 40 | 107 | 37 | 41 | 70 | 54 |
| Binary | 10101111 | 1110111 | 110010 | 0 | 100000 | 1000111 | 11111 | 100001 | 111000 | 101100 |
Color Harmonies of #AF7732
Complementary color
Monochromatic Colors of #AF7732
Black with #AF7732
Text Example
Text Example
White with #AF7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7732; }
p { color: rgb(175,119,50); }
H1.HeaderClassName
{
color: #AF7732;
}
.AnyTagClassName
{
color: #AF7732;
}
</style>
background-color css
<style>
a { background-color: #AF7732; }
a { background-color: rgb(175,119,50); }
div.DivClassName
{
background-color: #AF7732;
}
.BgClassName
{
background-color: #AF7732;
}
</style>
border-color css
<style>
span { border-color: #AF7732; }
span { border-color: rgb(175,119,50); }
td.TdClassName
{
border-color: #AF7732;
}
.TagClassName
{
border-color: #AF7732;
}
</style>