Shades of Mandalay #AF7A38
Tints of Mandalay #AF7A38
RGB
CMYK
RGB Variations
Color information
#AF7A38 (or 0xAF7A38) is known color: Mandalay. HEX triplet: AF, 7A and 38. RGB value is (175,122,56). Sum of RGB (Red+Green+Blue) = 175+122+56=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A38 is #5085C7. Grayscale: #828282. Windows color (decimal): -5277128 or 3701423. OLE color: 3701423.
HSL color Cylindrical-coordinate representation of color #AF7A38: hue angle of 33.28º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF7A38 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 56 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.31 |
| HSL | 33.28º | 0.52% | 0.45% | - |
| HSV(B) | 33.28º | 0.68% | 0.69% | - |
| XYZ | 25.35 | 23.32 | 6.91 | - |
| YUV | 130.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 56 | 0 | 0.30 | 0.68 | 0.31 | 33.28 | 0.52 | 0.45 |
| Hex | AF | 7A | 38 | 0 | 1E | 44 | 1F | 21 | 34 | 2D |
| Octal | 257 | 172 | 70 | 0 | 36 | 104 | 37 | 41 | 64 | 55 |
| Binary | 10101111 | 1111010 | 111000 | 0 | 11110 | 1000100 | 11111 | 100001 | 110100 | 101101 |
Color Harmonies of #AF7A38
Complementary color
Monochromatic Colors of #AF7A38
Black with #AF7A38
Text Example
Text Example
White with #AF7A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A38; }
p { color: rgb(175,122,56); }
H1.HeaderClassName
{
color: #AF7A38;
}
.AnyTagClassName
{
color: #AF7A38;
}
</style>
background-color css
<style>
a { background-color: #AF7A38; }
a { background-color: rgb(175,122,56); }
div.DivClassName
{
background-color: #AF7A38;
}
.BgClassName
{
background-color: #AF7A38;
}
</style>
border-color css
<style>
span { border-color: #AF7A38; }
span { border-color: rgb(175,122,56); }
td.TdClassName
{
border-color: #AF7A38;
}
.TagClassName
{
border-color: #AF7A38;
}
</style>