Shades of Mandalay #AF7D21
Tints of Mandalay #AF7D21
RGB
CMYK
RGB Variations
Color information
#AF7D21 (or 0xAF7D21) is known color: Mandalay. HEX triplet: AF, 7D and 21. RGB value is (175,125,33). Sum of RGB (Red+Green+Blue) = 175+125+33=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D21 is #5082DE. Grayscale: #818181. Windows color (decimal): -5276383 or 2194863. OLE color: 2194863.
HSL color Cylindrical-coordinate representation of color #AF7D21: hue angle of 38.87º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF7D21 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 33 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.31 |
| HSL | 38.87º | 0.68% | 0.41% | - |
| HSV(B) | 38.87º | 0.81% | 0.69% | - |
| XYZ | 25.29 | 23.89 | 4.72 | - |
| YUV | 129.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 33 | 0 | 0.29 | 0.81 | 0.31 | 38.87 | 0.68 | 0.41 |
| Hex | AF | 7D | 21 | 0 | 1D | 51 | 1F | 27 | 44 | 29 |
| Octal | 257 | 175 | 41 | 0 | 35 | 121 | 37 | 47 | 104 | 51 |
| Binary | 10101111 | 1111101 | 100001 | 0 | 11101 | 1010001 | 11111 | 100111 | 1000100 | 101001 |
Color Harmonies of #AF7D21
Complementary color
Monochromatic Colors of #AF7D21
Black with #AF7D21
Text Example
Text Example
White with #AF7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D21; }
p { color: rgb(175,125,33); }
H1.HeaderClassName
{
color: #AF7D21;
}
.AnyTagClassName
{
color: #AF7D21;
}
</style>
background-color css
<style>
a { background-color: #AF7D21; }
a { background-color: rgb(175,125,33); }
div.DivClassName
{
background-color: #AF7D21;
}
.BgClassName
{
background-color: #AF7D21;
}
</style>
border-color css
<style>
span { border-color: #AF7D21; }
span { border-color: rgb(175,125,33); }
td.TdClassName
{
border-color: #AF7D21;
}
.TagClassName
{
border-color: #AF7D21;
}
</style>