Shades of Mai Tai #AF621B
Tints of Mai Tai #AF621B
RGB
CMYK
RGB Variations
Color information
#AF621B (or 0xAF621B) is known color: Mai Tai. HEX triplet: AF, 62 and 1B. RGB value is (175,98,27). Sum of RGB (Red+Green+Blue) = 175+98+27=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF621B is #509DE4. Grayscale: #717171. Windows color (decimal): -5283301 or 1794735. OLE color: 1794735.
HSL color Cylindrical-coordinate representation of color #AF621B: hue angle of 28.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF621B is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 27 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.31 |
| HSL | 28.78º | 0.73% | 0.4% | - |
| HSV(B) | 28.78º | 0.85% | 0.69% | - |
| XYZ | 22.24 | 17.93 | 3.33 | - |
| YUV | 112.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 27 | 0 | 0.44 | 0.85 | 0.31 | 28.78 | 0.73 | 0.4 |
| Hex | AF | 62 | 1B | 0 | 2C | 55 | 1F | 1D | 49 | 28 |
| Octal | 257 | 142 | 33 | 0 | 54 | 125 | 37 | 35 | 111 | 50 |
| Binary | 10101111 | 1100010 | 11011 | 0 | 101100 | 1010101 | 11111 | 11101 | 1001001 | 101000 |
Color Harmonies of #AF621B
Complementary color
Monochromatic Colors of #AF621B
Black with #AF621B
Text Example
Text Example
White with #AF621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF621B; }
p { color: rgb(175,98,27); }
H1.HeaderClassName
{
color: #AF621B;
}
.AnyTagClassName
{
color: #AF621B;
}
</style>
background-color css
<style>
a { background-color: #AF621B; }
a { background-color: rgb(175,98,27); }
div.DivClassName
{
background-color: #AF621B;
}
.BgClassName
{
background-color: #AF621B;
}
</style>
border-color css
<style>
span { border-color: #AF621B; }
span { border-color: rgb(175,98,27); }
td.TdClassName
{
border-color: #AF621B;
}
.TagClassName
{
border-color: #AF621B;
}
</style>