Shades of Mandalay #AF792A
Tints of Mandalay #AF792A
RGB
CMYK
RGB Variations
Color information
#AF792A (or 0xAF792A) is known color: Mandalay. HEX triplet: AF, 79 and 2A. RGB value is (175,121,42). Sum of RGB (Red+Green+Blue) = 175+121+42=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF792A is #5086D5. Grayscale: #808080. Windows color (decimal): -5277398 or 2783663. OLE color: 2783663.
HSL color Cylindrical-coordinate representation of color #AF792A: hue angle of 35.64º 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 #AF792A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 42 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.31 |
| HSL | 35.64º | 0.61% | 0.43% | - |
| HSV(B) | 35.64º | 0.76% | 0.69% | - |
| XYZ | 24.93 | 22.96 | 5.31 | - |
| YUV | 128.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 42 | 0 | 0.31 | 0.76 | 0.31 | 35.64 | 0.61 | 0.43 |
| Hex | AF | 79 | 2A | 0 | 1F | 4C | 1F | 24 | 3D | 2B |
| Octal | 257 | 171 | 52 | 0 | 37 | 114 | 37 | 44 | 75 | 53 |
| Binary | 10101111 | 1111001 | 101010 | 0 | 11111 | 1001100 | 11111 | 100100 | 111101 | 101011 |
Color Harmonies of #AF792A
Complementary color
Monochromatic Colors of #AF792A
Black with #AF792A
Text Example
Text Example
White with #AF792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF792A; }
p { color: rgb(175,121,42); }
H1.HeaderClassName
{
color: #AF792A;
}
.AnyTagClassName
{
color: #AF792A;
}
</style>
background-color css
<style>
a { background-color: #AF792A; }
a { background-color: rgb(175,121,42); }
div.DivClassName
{
background-color: #AF792A;
}
.BgClassName
{
background-color: #AF792A;
}
</style>
border-color css
<style>
span { border-color: #AF792A; }
span { border-color: rgb(175,121,42); }
td.TdClassName
{
border-color: #AF792A;
}
.TagClassName
{
border-color: #AF792A;
}
</style>