Shades of Mandalay #AF772A
Tints of Mandalay #AF772A
RGB
CMYK
RGB Variations
Color information
#AF772A (or 0xAF772A) is known color: Mandalay. HEX triplet: AF, 77 and 2A. RGB value is (175,119,42). Sum of RGB (Red+Green+Blue) = 175+119+42=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF772A is #5088D5. Grayscale: #7F7F7F. Windows color (decimal): -5277910 or 2783151. OLE color: 2783151.
HSL color Cylindrical-coordinate representation of color #AF772A: hue angle of 34.74º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF772A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 42 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.31 |
| HSL | 34.74º | 0.61% | 0.43% | - |
| HSV(B) | 34.74º | 0.76% | 0.69% | - |
| XYZ | 24.69 | 22.47 | 5.23 | - |
| YUV | 126.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 42 | 0 | 0.32 | 0.76 | 0.31 | 34.74 | 0.61 | 0.43 |
| Hex | AF | 77 | 2A | 0 | 20 | 4C | 1F | 23 | 3D | 2B |
| Octal | 257 | 167 | 52 | 0 | 40 | 114 | 37 | 43 | 75 | 53 |
| Binary | 10101111 | 1110111 | 101010 | 0 | 100000 | 1001100 | 11111 | 100011 | 111101 | 101011 |
Color Harmonies of #AF772A
Complementary color
Monochromatic Colors of #AF772A
Black with #AF772A
Text Example
Text Example
White with #AF772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF772A; }
p { color: rgb(175,119,42); }
H1.HeaderClassName
{
color: #AF772A;
}
.AnyTagClassName
{
color: #AF772A;
}
</style>
background-color css
<style>
a { background-color: #AF772A; }
a { background-color: rgb(175,119,42); }
div.DivClassName
{
background-color: #AF772A;
}
.BgClassName
{
background-color: #AF772A;
}
</style>
border-color css
<style>
span { border-color: #AF772A; }
span { border-color: rgb(175,119,42); }
td.TdClassName
{
border-color: #AF772A;
}
.TagClassName
{
border-color: #AF772A;
}
</style>