Shades of Mai Tai #AF642F
Tints of Mai Tai #AF642F
RGB
CMYK
RGB Variations
Color information
#AF642F (or 0xAF642F) is known color: Mai Tai. HEX triplet: AF, 64 and 2F. RGB value is (175,100,47). Sum of RGB (Red+Green+Blue) = 175+100+47=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF642F is #509BD0. Grayscale: #747474. Windows color (decimal): -5282769 or 3105967. OLE color: 3105967.
HSL color Cylindrical-coordinate representation of color #AF642F: hue angle of 24.84º degrees, saturation: 0.58, 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 #AF642F is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 47 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.31 |
| HSL | 24.84º | 0.58% | 0.44% | - |
| HSV(B) | 24.84º | 0.73% | 0.69% | - |
| XYZ | 22.75 | 18.43 | 5.05 | - |
| YUV | 116.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 47 | 0 | 0.43 | 0.73 | 0.31 | 24.84 | 0.58 | 0.44 |
| Hex | AF | 64 | 2F | 0 | 2B | 49 | 1F | 19 | 3A | 2C |
| Octal | 257 | 144 | 57 | 0 | 53 | 111 | 37 | 31 | 72 | 54 |
| Binary | 10101111 | 1100100 | 101111 | 0 | 101011 | 1001001 | 11111 | 11001 | 111010 | 101100 |
Color Harmonies of #AF642F
Complementary color
Monochromatic Colors of #AF642F
Black with #AF642F
Text Example
Text Example
White with #AF642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF642F; }
p { color: rgb(175,100,47); }
H1.HeaderClassName
{
color: #AF642F;
}
.AnyTagClassName
{
color: #AF642F;
}
</style>
background-color css
<style>
a { background-color: #AF642F; }
a { background-color: rgb(175,100,47); }
div.DivClassName
{
background-color: #AF642F;
}
.BgClassName
{
background-color: #AF642F;
}
</style>
border-color css
<style>
span { border-color: #AF642F; }
span { border-color: rgb(175,100,47); }
td.TdClassName
{
border-color: #AF642F;
}
.TagClassName
{
border-color: #AF642F;
}
</style>