Shades of Mandalay #AF7E3A
Tints of Mandalay #AF7E3A
RGB
CMYK
RGB Variations
Color information
#AF7E3A (or 0xAF7E3A) is known color: Mandalay. HEX triplet: AF, 7E and 3A. RGB value is (175,126,58). Sum of RGB (Red+Green+Blue) = 175+126+58=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E3A is #5081C5. Grayscale: #858585. Windows color (decimal): -5276102 or 3833519. OLE color: 3833519.
HSL color Cylindrical-coordinate representation of color #AF7E3A: hue angle of 34.87º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF7E3A is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 58 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.31 |
| HSL | 34.87º | 0.5% | 0.46% | - |
| HSV(B) | 34.87º | 0.67% | 0.69% | - |
| XYZ | 25.9 | 24.34 | 7.34 | - |
| YUV | 132.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 58 | 0 | 0.28 | 0.67 | 0.31 | 34.87 | 0.5 | 0.46 |
| Hex | AF | 7E | 3A | 0 | 1C | 43 | 1F | 23 | 32 | 2E |
| Octal | 257 | 176 | 72 | 0 | 34 | 103 | 37 | 43 | 62 | 56 |
| Binary | 10101111 | 1111110 | 111010 | 0 | 11100 | 1000011 | 11111 | 100011 | 110010 | 101110 |
Color Harmonies of #AF7E3A
Complementary color
Monochromatic Colors of #AF7E3A
Black with #AF7E3A
Text Example
Text Example
White with #AF7E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E3A; }
p { color: rgb(175,126,58); }
H1.HeaderClassName
{
color: #AF7E3A;
}
.AnyTagClassName
{
color: #AF7E3A;
}
</style>
background-color css
<style>
a { background-color: #AF7E3A; }
a { background-color: rgb(175,126,58); }
div.DivClassName
{
background-color: #AF7E3A;
}
.BgClassName
{
background-color: #AF7E3A;
}
</style>
border-color css
<style>
span { border-color: #AF7E3A; }
span { border-color: rgb(175,126,58); }
td.TdClassName
{
border-color: #AF7E3A;
}
.TagClassName
{
border-color: #AF7E3A;
}
</style>