Shades of Mai Tai #AF642E
Tints of Mai Tai #AF642E
RGB
CMYK
RGB Variations
Color information
#AF642E (or 0xAF642E) is known color: Mai Tai. HEX triplet: AF, 64 and 2E. RGB value is (175,100,46). Sum of RGB (Red+Green+Blue) = 175+100+46=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF642E is #509BD1. Grayscale: #747474. Windows color (decimal): -5282770 or 3040431. OLE color: 3040431.
HSL color Cylindrical-coordinate representation of color #AF642E: hue angle of 25.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF642E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 46 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.31 |
| HSL | 25.12º | 0.58% | 0.43% | - |
| HSV(B) | 25.12º | 0.74% | 0.69% | - |
| XYZ | 22.73 | 18.43 | 4.94 | - |
| YUV | 116.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 46 | 0 | 0.43 | 0.74 | 0.31 | 25.12 | 0.58 | 0.43 |
| Hex | AF | 64 | 2E | 0 | 2B | 4A | 1F | 19 | 3A | 2B |
| Octal | 257 | 144 | 56 | 0 | 53 | 112 | 37 | 31 | 72 | 53 |
| Binary | 10101111 | 1100100 | 101110 | 0 | 101011 | 1001010 | 11111 | 11001 | 111010 | 101011 |
Color Harmonies of #AF642E
Complementary color
Monochromatic Colors of #AF642E
Black with #AF642E
Text Example
Text Example
White with #AF642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF642E; }
p { color: rgb(175,100,46); }
H1.HeaderClassName
{
color: #AF642E;
}
.AnyTagClassName
{
color: #AF642E;
}
</style>
background-color css
<style>
a { background-color: #AF642E; }
a { background-color: rgb(175,100,46); }
div.DivClassName
{
background-color: #AF642E;
}
.BgClassName
{
background-color: #AF642E;
}
</style>
border-color css
<style>
span { border-color: #AF642E; }
span { border-color: rgb(175,100,46); }
td.TdClassName
{
border-color: #AF642E;
}
.TagClassName
{
border-color: #AF642E;
}
</style>