Shades of Mandalay #AF7B27
Tints of Mandalay #AF7B27
RGB
CMYK
RGB Variations
Color information
#AF7B27 (or 0xAF7B27) is known color: Mandalay. HEX triplet: AF, 7B and 27. RGB value is (175,123,39). Sum of RGB (Red+Green+Blue) = 175+123+39=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B27 is #5084D8. Grayscale: #818181. Windows color (decimal): -5276889 or 2587567. OLE color: 2587567.
HSL color Cylindrical-coordinate representation of color #AF7B27: hue angle of 37.06º 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 #AF7B27 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 39 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.31 |
| HSL | 37.06º | 0.64% | 0.42% | - |
| HSV(B) | 37.06º | 0.78% | 0.69% | - |
| XYZ | 25.13 | 23.43 | 5.12 | - |
| YUV | 128.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 39 | 0 | 0.30 | 0.78 | 0.31 | 37.06 | 0.64 | 0.42 |
| Hex | AF | 7B | 27 | 0 | 1E | 4E | 1F | 25 | 40 | 2A |
| Octal | 257 | 173 | 47 | 0 | 36 | 116 | 37 | 45 | 100 | 52 |
| Binary | 10101111 | 1111011 | 100111 | 0 | 11110 | 1001110 | 11111 | 100101 | 1000000 | 101010 |
Color Harmonies of #AF7B27
Complementary color
Monochromatic Colors of #AF7B27
Black with #AF7B27
Text Example
Text Example
White with #AF7B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B27; }
p { color: rgb(175,123,39); }
H1.HeaderClassName
{
color: #AF7B27;
}
.AnyTagClassName
{
color: #AF7B27;
}
</style>
background-color css
<style>
a { background-color: #AF7B27; }
a { background-color: rgb(175,123,39); }
div.DivClassName
{
background-color: #AF7B27;
}
.BgClassName
{
background-color: #AF7B27;
}
</style>
border-color css
<style>
span { border-color: #AF7B27; }
span { border-color: rgb(175,123,39); }
td.TdClassName
{
border-color: #AF7B27;
}
.TagClassName
{
border-color: #AF7B27;
}
</style>