Shades of Mandalay #AF8130
Tints of Mandalay #AF8130
RGB
CMYK
RGB Variations
Color information
#AF8130 (or 0xAF8130) is known color: Mandalay. HEX triplet: AF, 81 and 30. RGB value is (175,129,48). Sum of RGB (Red+Green+Blue) = 175+129+48=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8130 is #507ECF. Grayscale: #858585. Windows color (decimal): -5275344 or 3178927. OLE color: 3178927.
HSL color Cylindrical-coordinate representation of color #AF8130: hue angle of 38.27º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF8130 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 48 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.31 |
| HSL | 38.27º | 0.57% | 0.44% | - |
| HSV(B) | 38.27º | 0.73% | 0.69% | - |
| XYZ | 26.06 | 25.03 | 6.25 | - |
| YUV | 133.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 48 | 0 | 0.26 | 0.73 | 0.31 | 38.27 | 0.57 | 0.44 |
| Hex | AF | 81 | 30 | 0 | 1A | 49 | 1F | 26 | 39 | 2C |
| Octal | 257 | 201 | 60 | 0 | 32 | 111 | 37 | 46 | 71 | 54 |
| Binary | 10101111 | 10000001 | 110000 | 0 | 11010 | 1001001 | 11111 | 100110 | 111001 | 101100 |
Color Harmonies of #AF8130
Complementary color
Monochromatic Colors of #AF8130
Black with #AF8130
Text Example
Text Example
White with #AF8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8130; }
p { color: rgb(175,129,48); }
H1.HeaderClassName
{
color: #AF8130;
}
.AnyTagClassName
{
color: #AF8130;
}
</style>
background-color css
<style>
a { background-color: #AF8130; }
a { background-color: rgb(175,129,48); }
div.DivClassName
{
background-color: #AF8130;
}
.BgClassName
{
background-color: #AF8130;
}
</style>
border-color css
<style>
span { border-color: #AF8130; }
span { border-color: rgb(175,129,48); }
td.TdClassName
{
border-color: #AF8130;
}
.TagClassName
{
border-color: #AF8130;
}
</style>