Shades of Mai Tai #AF621E
Tints of Mai Tai #AF621E
RGB
CMYK
RGB Variations
Color information
#AF621E (or 0xAF621E) is known color: Mai Tai. HEX triplet: AF, 62 and 1E. RGB value is (175,98,30). Sum of RGB (Red+Green+Blue) = 175+98+30=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF621E is #509DE1. Grayscale: #717171. Windows color (decimal): -5283298 or 1991343. OLE color: 1991343.
HSL color Cylindrical-coordinate representation of color #AF621E: hue angle of 28.14º degrees, saturation: 0.71, 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 #AF621E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 30 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.31 |
| HSL | 28.14º | 0.71% | 0.4% | - |
| HSV(B) | 28.14º | 0.83% | 0.69% | - |
| XYZ | 22.28 | 17.94 | 3.52 | - |
| YUV | 113.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 30 | 0 | 0.44 | 0.83 | 0.31 | 28.14 | 0.71 | 0.4 |
| Hex | AF | 62 | 1E | 0 | 2C | 53 | 1F | 1C | 47 | 28 |
| Octal | 257 | 142 | 36 | 0 | 54 | 123 | 37 | 34 | 107 | 50 |
| Binary | 10101111 | 1100010 | 11110 | 0 | 101100 | 1010011 | 11111 | 11100 | 1000111 | 101000 |
Color Harmonies of #AF621E
Complementary color
Monochromatic Colors of #AF621E
Black with #AF621E
Text Example
Text Example
White with #AF621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF621E; }
p { color: rgb(175,98,30); }
H1.HeaderClassName
{
color: #AF621E;
}
.AnyTagClassName
{
color: #AF621E;
}
</style>
background-color css
<style>
a { background-color: #AF621E; }
a { background-color: rgb(175,98,30); }
div.DivClassName
{
background-color: #AF621E;
}
.BgClassName
{
background-color: #AF621E;
}
</style>
border-color css
<style>
span { border-color: #AF621E; }
span { border-color: rgb(175,98,30); }
td.TdClassName
{
border-color: #AF621E;
}
.TagClassName
{
border-color: #AF621E;
}
</style>