Shades of Mandalay #AF7B28
Tints of Mandalay #AF7B28
RGB
CMYK
RGB Variations
Color information
#AF7B28 (or 0xAF7B28) is known color: Mandalay. HEX triplet: AF, 7B and 28. RGB value is (175,123,40). Sum of RGB (Red+Green+Blue) = 175+123+40=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B28 is #5084D7. Grayscale: #818181. Windows color (decimal): -5276888 or 2653103. OLE color: 2653103.
HSL color Cylindrical-coordinate representation of color #AF7B28: hue angle of 36.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF7B28 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 40 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.31 |
| HSL | 36.89º | 0.63% | 0.42% | - |
| HSV(B) | 36.89º | 0.77% | 0.69% | - |
| XYZ | 25.15 | 23.43 | 5.21 | - |
| YUV | 129.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 40 | 0 | 0.30 | 0.77 | 0.31 | 36.89 | 0.63 | 0.42 |
| Hex | AF | 7B | 28 | 0 | 1E | 4D | 1F | 25 | 3F | 2A |
| Octal | 257 | 173 | 50 | 0 | 36 | 115 | 37 | 45 | 77 | 52 |
| Binary | 10101111 | 1111011 | 101000 | 0 | 11110 | 1001101 | 11111 | 100101 | 111111 | 101010 |
Color Harmonies of #AF7B28
Complementary color
Monochromatic Colors of #AF7B28
Black with #AF7B28
Text Example
Text Example
White with #AF7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B28; }
p { color: rgb(175,123,40); }
H1.HeaderClassName
{
color: #AF7B28;
}
.AnyTagClassName
{
color: #AF7B28;
}
</style>
background-color css
<style>
a { background-color: #AF7B28; }
a { background-color: rgb(175,123,40); }
div.DivClassName
{
background-color: #AF7B28;
}
.BgClassName
{
background-color: #AF7B28;
}
</style>
border-color css
<style>
span { border-color: #AF7B28; }
span { border-color: rgb(175,123,40); }
td.TdClassName
{
border-color: #AF7B28;
}
.TagClassName
{
border-color: #AF7B28;
}
</style>