Shades of Mandalay #AF7A24
Tints of Mandalay #AF7A24
RGB
CMYK
RGB Variations
Color information
#AF7A24 (or 0xAF7A24) is known color: Mandalay. HEX triplet: AF, 7A and 24. RGB value is (175,122,36). Sum of RGB (Red+Green+Blue) = 175+122+36=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A24 is #5085DB. Grayscale: #808080. Windows color (decimal): -5277148 or 2390703. OLE color: 2390703.
HSL color Cylindrical-coordinate representation of color #AF7A24: hue angle of 37.12º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7A24 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 36 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.31 |
| HSL | 37.12º | 0.66% | 0.41% | - |
| HSV(B) | 37.12º | 0.79% | 0.69% | - |
| XYZ | 24.96 | 23.16 | 4.82 | - |
| YUV | 128.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 36 | 0 | 0.30 | 0.79 | 0.31 | 37.12 | 0.66 | 0.41 |
| Hex | AF | 7A | 24 | 0 | 1E | 4F | 1F | 25 | 42 | 29 |
| Octal | 257 | 172 | 44 | 0 | 36 | 117 | 37 | 45 | 102 | 51 |
| Binary | 10101111 | 1111010 | 100100 | 0 | 11110 | 1001111 | 11111 | 100101 | 1000010 | 101001 |
Color Harmonies of #AF7A24
Complementary color
Monochromatic Colors of #AF7A24
Black with #AF7A24
Text Example
Text Example
White with #AF7A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A24; }
p { color: rgb(175,122,36); }
H1.HeaderClassName
{
color: #AF7A24;
}
.AnyTagClassName
{
color: #AF7A24;
}
</style>
background-color css
<style>
a { background-color: #AF7A24; }
a { background-color: rgb(175,122,36); }
div.DivClassName
{
background-color: #AF7A24;
}
.BgClassName
{
background-color: #AF7A24;
}
</style>
border-color css
<style>
span { border-color: #AF7A24; }
span { border-color: rgb(175,122,36); }
td.TdClassName
{
border-color: #AF7A24;
}
.TagClassName
{
border-color: #AF7A24;
}
</style>