Shades of Mandalay #AF7630
Tints of Mandalay #AF7630
RGB
CMYK
RGB Variations
Color information
#AF7630 (or 0xAF7630) is known color: Mandalay. HEX triplet: AF, 76 and 30. RGB value is (175,118,48). Sum of RGB (Red+Green+Blue) = 175+118+48=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7630 is #5089CF. Grayscale: #7F7F7F. Windows color (decimal): -5278160 or 3176111. OLE color: 3176111.
HSL color Cylindrical-coordinate representation of color #AF7630: hue angle of 33.07º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF7630 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 48 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.31 |
| HSL | 33.07º | 0.57% | 0.44% | - |
| HSV(B) | 33.07º | 0.73% | 0.69% | - |
| XYZ | 24.69 | 22.28 | 5.8 | - |
| YUV | 127.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 48 | 0 | 0.33 | 0.73 | 0.31 | 33.07 | 0.57 | 0.44 |
| Hex | AF | 76 | 30 | 0 | 21 | 49 | 1F | 21 | 39 | 2C |
| Octal | 257 | 166 | 60 | 0 | 41 | 111 | 37 | 41 | 71 | 54 |
| Binary | 10101111 | 1110110 | 110000 | 0 | 100001 | 1001001 | 11111 | 100001 | 111001 | 101100 |
Color Harmonies of #AF7630
Complementary color
Monochromatic Colors of #AF7630
Black with #AF7630
Text Example
Text Example
White with #AF7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7630; }
p { color: rgb(175,118,48); }
H1.HeaderClassName
{
color: #AF7630;
}
.AnyTagClassName
{
color: #AF7630;
}
</style>
background-color css
<style>
a { background-color: #AF7630; }
a { background-color: rgb(175,118,48); }
div.DivClassName
{
background-color: #AF7630;
}
.BgClassName
{
background-color: #AF7630;
}
</style>
border-color css
<style>
span { border-color: #AF7630; }
span { border-color: rgb(175,118,48); }
td.TdClassName
{
border-color: #AF7630;
}
.TagClassName
{
border-color: #AF7630;
}
</style>