Shades of Mandalay #AF772B
Tints of Mandalay #AF772B
RGB
CMYK
RGB Variations
Color information
#AF772B (or 0xAF772B) is known color: Mandalay. HEX triplet: AF, 77 and 2B. RGB value is (175,119,43). Sum of RGB (Red+Green+Blue) = 175+119+43=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF772B is #5088D4. Grayscale: #7F7F7F. Windows color (decimal): -5277909 or 2848687. OLE color: 2848687.
HSL color Cylindrical-coordinate representation of color #AF772B: hue angle of 34.55º 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 #AF772B is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 43 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.31 |
| HSL | 34.55º | 0.61% | 0.43% | - |
| HSV(B) | 34.55º | 0.75% | 0.69% | - |
| XYZ | 24.71 | 22.48 | 5.32 | - |
| YUV | 127.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 43 | 0 | 0.32 | 0.75 | 0.31 | 34.55 | 0.61 | 0.43 |
| Hex | AF | 77 | 2B | 0 | 20 | 4B | 1F | 23 | 3D | 2B |
| Octal | 257 | 167 | 53 | 0 | 40 | 113 | 37 | 43 | 75 | 53 |
| Binary | 10101111 | 1110111 | 101011 | 0 | 100000 | 1001011 | 11111 | 100011 | 111101 | 101011 |
Color Harmonies of #AF772B
Complementary color
Monochromatic Colors of #AF772B
Black with #AF772B
Text Example
Text Example
White with #AF772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF772B; }
p { color: rgb(175,119,43); }
H1.HeaderClassName
{
color: #AF772B;
}
.AnyTagClassName
{
color: #AF772B;
}
</style>
background-color css
<style>
a { background-color: #AF772B; }
a { background-color: rgb(175,119,43); }
div.DivClassName
{
background-color: #AF772B;
}
.BgClassName
{
background-color: #AF772B;
}
</style>
border-color css
<style>
span { border-color: #AF772B; }
span { border-color: rgb(175,119,43); }
td.TdClassName
{
border-color: #AF772B;
}
.TagClassName
{
border-color: #AF772B;
}
</style>