Shades of Mandalay #AF7D2E
Tints of Mandalay #AF7D2E
RGB
CMYK
RGB Variations
Color information
#AF7D2E (or 0xAF7D2E) is known color: Mandalay. HEX triplet: AF, 7D and 2E. RGB value is (175,125,46). Sum of RGB (Red+Green+Blue) = 175+125+46=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D2E is #5082D1. Grayscale: #838383. Windows color (decimal): -5276370 or 3046831. OLE color: 3046831.
HSL color Cylindrical-coordinate representation of color #AF7D2E: hue angle of 36.74º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF7D2E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 46 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.31 |
| HSL | 36.74º | 0.58% | 0.43% | - |
| HSV(B) | 36.74º | 0.74% | 0.69% | - |
| XYZ | 25.51 | 23.98 | 5.87 | - |
| YUV | 130.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 46 | 0 | 0.29 | 0.74 | 0.31 | 36.74 | 0.58 | 0.43 |
| Hex | AF | 7D | 2E | 0 | 1D | 4A | 1F | 25 | 3A | 2B |
| Octal | 257 | 175 | 56 | 0 | 35 | 112 | 37 | 45 | 72 | 53 |
| Binary | 10101111 | 1111101 | 101110 | 0 | 11101 | 1001010 | 11111 | 100101 | 111010 | 101011 |
Color Harmonies of #AF7D2E
Complementary color
Monochromatic Colors of #AF7D2E
Black with #AF7D2E
Text Example
Text Example
White with #AF7D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D2E; }
p { color: rgb(175,125,46); }
H1.HeaderClassName
{
color: #AF7D2E;
}
.AnyTagClassName
{
color: #AF7D2E;
}
</style>
background-color css
<style>
a { background-color: #AF7D2E; }
a { background-color: rgb(175,125,46); }
div.DivClassName
{
background-color: #AF7D2E;
}
.BgClassName
{
background-color: #AF7D2E;
}
</style>
border-color css
<style>
span { border-color: #AF7D2E; }
span { border-color: rgb(175,125,46); }
td.TdClassName
{
border-color: #AF7D2E;
}
.TagClassName
{
border-color: #AF7D2E;
}
</style>