Shades of Mandalay #AF7B3C
Tints of Mandalay #AF7B3C
RGB
CMYK
RGB Variations
Color information
#AF7B3C (or 0xAF7B3C) is known color: Mandalay. HEX triplet: AF, 7B and 3C. RGB value is (175,123,60). Sum of RGB (Red+Green+Blue) = 175+123+60=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B3C is #5084C3. Grayscale: #838383. Windows color (decimal): -5276868 or 3963823. OLE color: 3963823.
HSL color Cylindrical-coordinate representation of color #AF7B3C: hue angle of 32.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF7B3C is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 60 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.31 |
| HSL | 32.87º | 0.49% | 0.46% | - |
| HSV(B) | 32.87º | 0.66% | 0.69% | - |
| XYZ | 25.58 | 23.61 | 7.48 | - |
| YUV | 131.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 60 | 0 | 0.30 | 0.66 | 0.31 | 32.87 | 0.49 | 0.46 |
| Hex | AF | 7B | 3C | 0 | 1E | 42 | 1F | 21 | 31 | 2E |
| Octal | 257 | 173 | 74 | 0 | 36 | 102 | 37 | 41 | 61 | 56 |
| Binary | 10101111 | 1111011 | 111100 | 0 | 11110 | 1000010 | 11111 | 100001 | 110001 | 101110 |
Color Harmonies of #AF7B3C
Complementary color
Monochromatic Colors of #AF7B3C
Black with #AF7B3C
Text Example
Text Example
White with #AF7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B3C; }
p { color: rgb(175,123,60); }
H1.HeaderClassName
{
color: #AF7B3C;
}
.AnyTagClassName
{
color: #AF7B3C;
}
</style>
background-color css
<style>
a { background-color: #AF7B3C; }
a { background-color: rgb(175,123,60); }
div.DivClassName
{
background-color: #AF7B3C;
}
.BgClassName
{
background-color: #AF7B3C;
}
</style>
border-color css
<style>
span { border-color: #AF7B3C; }
span { border-color: rgb(175,123,60); }
td.TdClassName
{
border-color: #AF7B3C;
}
.TagClassName
{
border-color: #AF7B3C;
}
</style>