Shades of Mai Tai #AF631D
Tints of Mai Tai #AF631D
RGB
CMYK
RGB Variations
Color information
#AF631D (or 0xAF631D) is known color: Mai Tai. HEX triplet: AF, 63 and 1D. RGB value is (175,99,29). Sum of RGB (Red+Green+Blue) = 175+99+29=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF631D is #509CE2. Grayscale: #727272. Windows color (decimal): -5283043 or 1926063. OLE color: 1926063.
HSL color Cylindrical-coordinate representation of color #AF631D: hue angle of 28.77º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF631D is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 29 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.31 |
| HSL | 28.77º | 0.72% | 0.4% | - |
| HSV(B) | 28.77º | 0.83% | 0.69% | - |
| XYZ | 22.36 | 18.13 | 3.48 | - |
| YUV | 113.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 29 | 0 | 0.43 | 0.83 | 0.31 | 28.77 | 0.72 | 0.4 |
| Hex | AF | 63 | 1D | 0 | 2B | 53 | 1F | 1D | 48 | 28 |
| Octal | 257 | 143 | 35 | 0 | 53 | 123 | 37 | 35 | 110 | 50 |
| Binary | 10101111 | 1100011 | 11101 | 0 | 101011 | 1010011 | 11111 | 11101 | 1001000 | 101000 |
Color Harmonies of #AF631D
Complementary color
Monochromatic Colors of #AF631D
Black with #AF631D
Text Example
Text Example
White with #AF631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF631D; }
p { color: rgb(175,99,29); }
H1.HeaderClassName
{
color: #AF631D;
}
.AnyTagClassName
{
color: #AF631D;
}
</style>
background-color css
<style>
a { background-color: #AF631D; }
a { background-color: rgb(175,99,29); }
div.DivClassName
{
background-color: #AF631D;
}
.BgClassName
{
background-color: #AF631D;
}
</style>
border-color css
<style>
span { border-color: #AF631D; }
span { border-color: rgb(175,99,29); }
td.TdClassName
{
border-color: #AF631D;
}
.TagClassName
{
border-color: #AF631D;
}
</style>