Shades of Mandalay #AF762F
Tints of Mandalay #AF762F
RGB
CMYK
RGB Variations
Color information
#AF762F (or 0xAF762F) is known color: Mandalay. HEX triplet: AF, 76 and 2F. RGB value is (175,118,47). Sum of RGB (Red+Green+Blue) = 175+118+47=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF762F is #5089D0. Grayscale: #7F7F7F. Windows color (decimal): -5278161 or 3110575. OLE color: 3110575.
HSL color Cylindrical-coordinate representation of color #AF762F: hue angle of 33.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF762F is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 47 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.31 |
| HSL | 33.28º | 0.58% | 0.44% | - |
| HSV(B) | 33.28º | 0.73% | 0.69% | - |
| XYZ | 24.67 | 22.28 | 5.69 | - |
| YUV | 126.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 47 | 0 | 0.33 | 0.73 | 0.31 | 33.28 | 0.58 | 0.44 |
| Hex | AF | 76 | 2F | 0 | 21 | 49 | 1F | 21 | 3A | 2C |
| Octal | 257 | 166 | 57 | 0 | 41 | 111 | 37 | 41 | 72 | 54 |
| Binary | 10101111 | 1110110 | 101111 | 0 | 100001 | 1001001 | 11111 | 100001 | 111010 | 101100 |
Color Harmonies of #AF762F
Complementary color
Monochromatic Colors of #AF762F
Black with #AF762F
Text Example
Text Example
White with #AF762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF762F; }
p { color: rgb(175,118,47); }
H1.HeaderClassName
{
color: #AF762F;
}
.AnyTagClassName
{
color: #AF762F;
}
</style>
background-color css
<style>
a { background-color: #AF762F; }
a { background-color: rgb(175,118,47); }
div.DivClassName
{
background-color: #AF762F;
}
.BgClassName
{
background-color: #AF762F;
}
</style>
border-color css
<style>
span { border-color: #AF762F; }
span { border-color: rgb(175,118,47); }
td.TdClassName
{
border-color: #AF762F;
}
.TagClassName
{
border-color: #AF762F;
}
</style>