Shades of Mandalay #AF8326
Tints of Mandalay #AF8326
RGB
CMYK
RGB Variations
Color information
#AF8326 (or 0xAF8326) is known color: Mandalay. HEX triplet: AF, 83 and 26. RGB value is (175,131,38). Sum of RGB (Red+Green+Blue) = 175+131+38=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8326 is #507CD9. Grayscale: #858585. Windows color (decimal): -5274842 or 2524079. OLE color: 2524079.
HSL color Cylindrical-coordinate representation of color #AF8326: hue angle of 40.73º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF8326 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 38 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.31 |
| HSL | 40.73º | 0.64% | 0.42% | - |
| HSV(B) | 40.73º | 0.78% | 0.69% | - |
| XYZ | 26.15 | 25.49 | 5.38 | - |
| YUV | 133.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 38 | 0 | 0.25 | 0.78 | 0.31 | 40.73 | 0.64 | 0.42 |
| Hex | AF | 83 | 26 | 0 | 19 | 4E | 1F | 29 | 40 | 2A |
| Octal | 257 | 203 | 46 | 0 | 31 | 116 | 37 | 51 | 100 | 52 |
| Binary | 10101111 | 10000011 | 100110 | 0 | 11001 | 1001110 | 11111 | 101001 | 1000000 | 101010 |
Color Harmonies of #AF8326
Complementary color
Monochromatic Colors of #AF8326
Black with #AF8326
Text Example
Text Example
White with #AF8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8326; }
p { color: rgb(175,131,38); }
H1.HeaderClassName
{
color: #AF8326;
}
.AnyTagClassName
{
color: #AF8326;
}
</style>
background-color css
<style>
a { background-color: #AF8326; }
a { background-color: rgb(175,131,38); }
div.DivClassName
{
background-color: #AF8326;
}
.BgClassName
{
background-color: #AF8326;
}
</style>
border-color css
<style>
span { border-color: #AF8326; }
span { border-color: rgb(175,131,38); }
td.TdClassName
{
border-color: #AF8326;
}
.TagClassName
{
border-color: #AF8326;
}
</style>