Shades of Mai Tai #AF662B
Tints of Mai Tai #AF662B
RGB
CMYK
RGB Variations
Color information
#AF662B (or 0xAF662B) is known color: Mai Tai. HEX triplet: AF, 66 and 2B. RGB value is (175,102,43). Sum of RGB (Red+Green+Blue) = 175+102+43=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF662B is #5099D4. Grayscale: #757575. Windows color (decimal): -5282261 or 2844335. OLE color: 2844335.
HSL color Cylindrical-coordinate representation of color #AF662B: hue angle of 26.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF662B is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 43 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.31 |
| HSL | 26.82º | 0.61% | 0.43% | - |
| HSV(B) | 26.82º | 0.75% | 0.69% | - |
| XYZ | 22.87 | 18.79 | 4.71 | - |
| YUV | 117.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 43 | 0 | 0.42 | 0.75 | 0.31 | 26.82 | 0.61 | 0.43 |
| Hex | AF | 66 | 2B | 0 | 2A | 4B | 1F | 1B | 3D | 2B |
| Octal | 257 | 146 | 53 | 0 | 52 | 113 | 37 | 33 | 75 | 53 |
| Binary | 10101111 | 1100110 | 101011 | 0 | 101010 | 1001011 | 11111 | 11011 | 111101 | 101011 |
Color Harmonies of #AF662B
Complementary color
Monochromatic Colors of #AF662B
Black with #AF662B
Text Example
Text Example
White with #AF662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF662B; }
p { color: rgb(175,102,43); }
H1.HeaderClassName
{
color: #AF662B;
}
.AnyTagClassName
{
color: #AF662B;
}
</style>
background-color css
<style>
a { background-color: #AF662B; }
a { background-color: rgb(175,102,43); }
div.DivClassName
{
background-color: #AF662B;
}
.BgClassName
{
background-color: #AF662B;
}
</style>
border-color css
<style>
span { border-color: #AF662B; }
span { border-color: rgb(175,102,43); }
td.TdClassName
{
border-color: #AF662B;
}
.TagClassName
{
border-color: #AF662B;
}
</style>