Shades of Mandalay #AF772E
Tints of Mandalay #AF772E
RGB
CMYK
RGB Variations
Color information
#AF772E (or 0xAF772E) is known color: Mandalay. HEX triplet: AF, 77 and 2E. RGB value is (175,119,46). Sum of RGB (Red+Green+Blue) = 175+119+46=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF772E is #5088D1. Grayscale: #7F7F7F. Windows color (decimal): -5277906 or 3045295. OLE color: 3045295.
HSL color Cylindrical-coordinate representation of color #AF772E: hue angle of 33.95º 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 #AF772E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 46 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.31 |
| HSL | 33.95º | 0.58% | 0.43% | - |
| HSV(B) | 33.95º | 0.74% | 0.69% | - |
| XYZ | 24.77 | 22.5 | 5.62 | - |
| YUV | 127.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 46 | 0 | 0.32 | 0.74 | 0.31 | 33.95 | 0.58 | 0.43 |
| Hex | AF | 77 | 2E | 0 | 20 | 4A | 1F | 22 | 3A | 2B |
| Octal | 257 | 167 | 56 | 0 | 40 | 112 | 37 | 42 | 72 | 53 |
| Binary | 10101111 | 1110111 | 101110 | 0 | 100000 | 1001010 | 11111 | 100010 | 111010 | 101011 |
Color Harmonies of #AF772E
Complementary color
Monochromatic Colors of #AF772E
Black with #AF772E
Text Example
Text Example
White with #AF772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF772E; }
p { color: rgb(175,119,46); }
H1.HeaderClassName
{
color: #AF772E;
}
.AnyTagClassName
{
color: #AF772E;
}
</style>
background-color css
<style>
a { background-color: #AF772E; }
a { background-color: rgb(175,119,46); }
div.DivClassName
{
background-color: #AF772E;
}
.BgClassName
{
background-color: #AF772E;
}
</style>
border-color css
<style>
span { border-color: #AF772E; }
span { border-color: rgb(175,119,46); }
td.TdClassName
{
border-color: #AF772E;
}
.TagClassName
{
border-color: #AF772E;
}
</style>