Shades of Mandalay #AF762E
Tints of Mandalay #AF762E
RGB
CMYK
RGB Variations
Color information
#AF762E (or 0xAF762E) is known color: Mandalay. HEX triplet: AF, 76 and 2E. RGB value is (175,118,46). Sum of RGB (Red+Green+Blue) = 175+118+46=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF762E is #5089D1. Grayscale: #7F7F7F. Windows color (decimal): -5278162 or 3045039. OLE color: 3045039.
HSL color Cylindrical-coordinate representation of color #AF762E: hue angle of 33.49º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF762E is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 46 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.31 |
| HSL | 33.49º | 0.58% | 0.43% | - |
| HSV(B) | 33.49º | 0.74% | 0.69% | - |
| XYZ | 24.65 | 22.27 | 5.58 | - |
| YUV | 126.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 46 | 0 | 0.33 | 0.74 | 0.31 | 33.49 | 0.58 | 0.43 |
| Hex | AF | 76 | 2E | 0 | 21 | 4A | 1F | 21 | 3A | 2B |
| Octal | 257 | 166 | 56 | 0 | 41 | 112 | 37 | 41 | 72 | 53 |
| Binary | 10101111 | 1110110 | 101110 | 0 | 100001 | 1001010 | 11111 | 100001 | 111010 | 101011 |
Color Harmonies of #AF762E
Complementary color
Monochromatic Colors of #AF762E
Black with #AF762E
Text Example
Text Example
White with #AF762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF762E; }
p { color: rgb(175,118,46); }
H1.HeaderClassName
{
color: #AF762E;
}
.AnyTagClassName
{
color: #AF762E;
}
</style>
background-color css
<style>
a { background-color: #AF762E; }
a { background-color: rgb(175,118,46); }
div.DivClassName
{
background-color: #AF762E;
}
.BgClassName
{
background-color: #AF762E;
}
</style>
border-color css
<style>
span { border-color: #AF762E; }
span { border-color: rgb(175,118,46); }
td.TdClassName
{
border-color: #AF762E;
}
.TagClassName
{
border-color: #AF762E;
}
</style>