Shades of Mandalay #AF7B25
Tints of Mandalay #AF7B25
RGB
CMYK
RGB Variations
Color information
#AF7B25 (or 0xAF7B25) is known color: Mandalay. HEX triplet: AF, 7B and 25. RGB value is (175,123,37). Sum of RGB (Red+Green+Blue) = 175+123+37=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B25 is #5084DA. Grayscale: #818181. Windows color (decimal): -5276891 or 2456495. OLE color: 2456495.
HSL color Cylindrical-coordinate representation of color #AF7B25: hue angle of 37.39º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF7B25 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 37 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.31 |
| HSL | 37.39º | 0.65% | 0.42% | - |
| HSV(B) | 37.39º | 0.79% | 0.69% | - |
| XYZ | 25.1 | 23.41 | 4.95 | - |
| YUV | 128.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 37 | 0 | 0.30 | 0.79 | 0.31 | 37.39 | 0.65 | 0.42 |
| Hex | AF | 7B | 25 | 0 | 1E | 4F | 1F | 25 | 41 | 2A |
| Octal | 257 | 173 | 45 | 0 | 36 | 117 | 37 | 45 | 101 | 52 |
| Binary | 10101111 | 1111011 | 100101 | 0 | 11110 | 1001111 | 11111 | 100101 | 1000001 | 101010 |
Color Harmonies of #AF7B25
Complementary color
Monochromatic Colors of #AF7B25
Black with #AF7B25
Text Example
Text Example
White with #AF7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B25; }
p { color: rgb(175,123,37); }
H1.HeaderClassName
{
color: #AF7B25;
}
.AnyTagClassName
{
color: #AF7B25;
}
</style>
background-color css
<style>
a { background-color: #AF7B25; }
a { background-color: rgb(175,123,37); }
div.DivClassName
{
background-color: #AF7B25;
}
.BgClassName
{
background-color: #AF7B25;
}
</style>
border-color css
<style>
span { border-color: #AF7B25; }
span { border-color: rgb(175,123,37); }
td.TdClassName
{
border-color: #AF7B25;
}
.TagClassName
{
border-color: #AF7B25;
}
</style>