Shades of Mandalay #AF8328
Tints of Mandalay #AF8328
RGB
CMYK
RGB Variations
Color information
#AF8328 (or 0xAF8328) is known color: Mandalay. HEX triplet: AF, 83 and 28. RGB value is (175,131,40). Sum of RGB (Red+Green+Blue) = 175+131+40=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8328 is #507CD7. Grayscale: #868686. Windows color (decimal): -5274840 or 2655151. OLE color: 2655151.
HSL color Cylindrical-coordinate representation of color #AF8328: hue angle of 40.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF8328 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 40 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.31 |
| HSL | 40.44º | 0.63% | 0.42% | - |
| HSV(B) | 40.44º | 0.77% | 0.69% | - |
| XYZ | 26.18 | 25.5 | 5.55 | - |
| YUV | 133.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 40 | 0 | 0.25 | 0.77 | 0.31 | 40.44 | 0.63 | 0.42 |
| Hex | AF | 83 | 28 | 0 | 19 | 4D | 1F | 28 | 3F | 2A |
| Octal | 257 | 203 | 50 | 0 | 31 | 115 | 37 | 50 | 77 | 52 |
| Binary | 10101111 | 10000011 | 101000 | 0 | 11001 | 1001101 | 11111 | 101000 | 111111 | 101010 |
Color Harmonies of #AF8328
Complementary color
Monochromatic Colors of #AF8328
Black with #AF8328
Text Example
Text Example
White with #AF8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8328; }
p { color: rgb(175,131,40); }
H1.HeaderClassName
{
color: #AF8328;
}
.AnyTagClassName
{
color: #AF8328;
}
</style>
background-color css
<style>
a { background-color: #AF8328; }
a { background-color: rgb(175,131,40); }
div.DivClassName
{
background-color: #AF8328;
}
.BgClassName
{
background-color: #AF8328;
}
</style>
border-color css
<style>
span { border-color: #AF8328; }
span { border-color: rgb(175,131,40); }
td.TdClassName
{
border-color: #AF8328;
}
.TagClassName
{
border-color: #AF8328;
}
</style>