Shades of Mandalay #AF7B36
Tints of Mandalay #AF7B36
RGB
CMYK
RGB Variations
Color information
#AF7B36 (or 0xAF7B36) is known color: Mandalay. HEX triplet: AF, 7B and 36. RGB value is (175,123,54). Sum of RGB (Red+Green+Blue) = 175+123+54=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B36 is #5084C9. Grayscale: #838383. Windows color (decimal): -5276874 or 3570607. OLE color: 3570607.
HSL color Cylindrical-coordinate representation of color #AF7B36: hue angle of 34.21º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF7B36 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 54 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.31 |
| HSL | 34.21º | 0.53% | 0.45% | - |
| HSV(B) | 34.21º | 0.69% | 0.69% | - |
| XYZ | 25.43 | 23.55 | 6.69 | - |
| YUV | 130.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 54 | 0 | 0.30 | 0.69 | 0.31 | 34.21 | 0.53 | 0.45 |
| Hex | AF | 7B | 36 | 0 | 1E | 45 | 1F | 22 | 35 | 2D |
| Octal | 257 | 173 | 66 | 0 | 36 | 105 | 37 | 42 | 65 | 55 |
| Binary | 10101111 | 1111011 | 110110 | 0 | 11110 | 1000101 | 11111 | 100010 | 110101 | 101101 |
Color Harmonies of #AF7B36
Complementary color
Monochromatic Colors of #AF7B36
Black with #AF7B36
Text Example
Text Example
White with #AF7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B36; }
p { color: rgb(175,123,54); }
H1.HeaderClassName
{
color: #AF7B36;
}
.AnyTagClassName
{
color: #AF7B36;
}
</style>
background-color css
<style>
a { background-color: #AF7B36; }
a { background-color: rgb(175,123,54); }
div.DivClassName
{
background-color: #AF7B36;
}
.BgClassName
{
background-color: #AF7B36;
}
</style>
border-color css
<style>
span { border-color: #AF7B36; }
span { border-color: rgb(175,123,54); }
td.TdClassName
{
border-color: #AF7B36;
}
.TagClassName
{
border-color: #AF7B36;
}
</style>