Shades of Mandalay #AF7C3E
Tints of Mandalay #AF7C3E
RGB
CMYK
RGB Variations
Color information
#AF7C3E (or 0xAF7C3E) is known color: Mandalay. HEX triplet: AF, 7C and 3E. RGB value is (175,124,62). Sum of RGB (Red+Green+Blue) = 175+124+62=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C3E is #5083C1. Grayscale: #848484. Windows color (decimal): -5276610 or 4095151. OLE color: 4095151.
HSL color Cylindrical-coordinate representation of color #AF7C3E: hue angle of 32.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF7C3E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 62 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.31 |
| HSL | 32.92º | 0.48% | 0.46% | - |
| HSV(B) | 32.92º | 0.65% | 0.69% | - |
| XYZ | 25.76 | 23.88 | 7.81 | - |
| YUV | 132.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 62 | 0 | 0.29 | 0.65 | 0.31 | 32.92 | 0.48 | 0.46 |
| Hex | AF | 7C | 3E | 0 | 1D | 41 | 1F | 21 | 30 | 2E |
| Octal | 257 | 174 | 76 | 0 | 35 | 101 | 37 | 41 | 60 | 56 |
| Binary | 10101111 | 1111100 | 111110 | 0 | 11101 | 1000001 | 11111 | 100001 | 110000 | 101110 |
Color Harmonies of #AF7C3E
Complementary color
Monochromatic Colors of #AF7C3E
Black with #AF7C3E
Text Example
Text Example
White with #AF7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C3E; }
p { color: rgb(175,124,62); }
H1.HeaderClassName
{
color: #AF7C3E;
}
.AnyTagClassName
{
color: #AF7C3E;
}
</style>
background-color css
<style>
a { background-color: #AF7C3E; }
a { background-color: rgb(175,124,62); }
div.DivClassName
{
background-color: #AF7C3E;
}
.BgClassName
{
background-color: #AF7C3E;
}
</style>
border-color css
<style>
span { border-color: #AF7C3E; }
span { border-color: rgb(175,124,62); }
td.TdClassName
{
border-color: #AF7C3E;
}
.TagClassName
{
border-color: #AF7C3E;
}
</style>