Shades of Mandalay #AF762B
Tints of Mandalay #AF762B
RGB
CMYK
RGB Variations
Color information
#AF762B (or 0xAF762B) is known color: Mandalay. HEX triplet: AF, 76 and 2B. RGB value is (175,118,43). Sum of RGB (Red+Green+Blue) = 175+118+43=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF762B is #5089D4. Grayscale: #7E7E7E. Windows color (decimal): -5278165 or 2848431. OLE color: 2848431.
HSL color Cylindrical-coordinate representation of color #AF762B: hue angle of 34.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF762B is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 43 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.31 |
| HSL | 34.09º | 0.61% | 0.43% | - |
| HSV(B) | 34.09º | 0.75% | 0.69% | - |
| XYZ | 24.59 | 22.25 | 5.28 | - |
| YUV | 126.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 43 | 0 | 0.33 | 0.75 | 0.31 | 34.09 | 0.61 | 0.43 |
| Hex | AF | 76 | 2B | 0 | 21 | 4B | 1F | 22 | 3D | 2B |
| Octal | 257 | 166 | 53 | 0 | 41 | 113 | 37 | 42 | 75 | 53 |
| Binary | 10101111 | 1110110 | 101011 | 0 | 100001 | 1001011 | 11111 | 100010 | 111101 | 101011 |
Color Harmonies of #AF762B
Complementary color
Monochromatic Colors of #AF762B
Black with #AF762B
Text Example
Text Example
White with #AF762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF762B; }
p { color: rgb(175,118,43); }
H1.HeaderClassName
{
color: #AF762B;
}
.AnyTagClassName
{
color: #AF762B;
}
</style>
background-color css
<style>
a { background-color: #AF762B; }
a { background-color: rgb(175,118,43); }
div.DivClassName
{
background-color: #AF762B;
}
.BgClassName
{
background-color: #AF762B;
}
</style>
border-color css
<style>
span { border-color: #AF762B; }
span { border-color: rgb(175,118,43); }
td.TdClassName
{
border-color: #AF762B;
}
.TagClassName
{
border-color: #AF762B;
}
</style>