Shades of Mandalay #AF793A
Tints of Mandalay #AF793A
RGB
CMYK
RGB Variations
Color information
#AF793A (or 0xAF793A) is known color: Mandalay. HEX triplet: AF, 79 and 3A. RGB value is (175,121,58). Sum of RGB (Red+Green+Blue) = 175+121+58=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF793A is #5086C5. Grayscale: #828282. Windows color (decimal): -5277382 or 3832239. OLE color: 3832239.
HSL color Cylindrical-coordinate representation of color #AF793A: hue angle of 32.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF793A is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 58 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.31 |
| HSL | 32.31º | 0.5% | 0.46% | - |
| HSV(B) | 32.31º | 0.67% | 0.69% | - |
| XYZ | 25.28 | 23.09 | 7.13 | - |
| YUV | 129.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 58 | 0 | 0.31 | 0.67 | 0.31 | 32.31 | 0.5 | 0.46 |
| Hex | AF | 79 | 3A | 0 | 1F | 43 | 1F | 20 | 32 | 2E |
| Octal | 257 | 171 | 72 | 0 | 37 | 103 | 37 | 40 | 62 | 56 |
| Binary | 10101111 | 1111001 | 111010 | 0 | 11111 | 1000011 | 11111 | 100000 | 110010 | 101110 |
Color Harmonies of #AF793A
Complementary color
Monochromatic Colors of #AF793A
Black with #AF793A
Text Example
Text Example
White with #AF793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF793A; }
p { color: rgb(175,121,58); }
H1.HeaderClassName
{
color: #AF793A;
}
.AnyTagClassName
{
color: #AF793A;
}
</style>
background-color css
<style>
a { background-color: #AF793A; }
a { background-color: rgb(175,121,58); }
div.DivClassName
{
background-color: #AF793A;
}
.BgClassName
{
background-color: #AF793A;
}
</style>
border-color css
<style>
span { border-color: #AF793A; }
span { border-color: rgb(175,121,58); }
td.TdClassName
{
border-color: #AF793A;
}
.TagClassName
{
border-color: #AF793A;
}
</style>