Shades of Mai Tai #AF652F
Tints of Mai Tai #AF652F
RGB
CMYK
RGB Variations
Color information
#AF652F (or 0xAF652F) is known color: Mai Tai. HEX triplet: AF, 65 and 2F. RGB value is (175,101,47). Sum of RGB (Red+Green+Blue) = 175+101+47=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF652F is #509AD0. Grayscale: #757575. Windows color (decimal): -5282513 or 3106223. OLE color: 3106223.
HSL color Cylindrical-coordinate representation of color #AF652F: hue angle of 25.31º 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 #AF652F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 47 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.31 |
| HSL | 25.31º | 0.58% | 0.44% | - |
| HSV(B) | 25.31º | 0.73% | 0.69% | - |
| XYZ | 22.85 | 18.63 | 5.08 | - |
| YUV | 116.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 47 | 0 | 0.42 | 0.73 | 0.31 | 25.31 | 0.58 | 0.44 |
| Hex | AF | 65 | 2F | 0 | 2A | 49 | 1F | 19 | 3A | 2C |
| Octal | 257 | 145 | 57 | 0 | 52 | 111 | 37 | 31 | 72 | 54 |
| Binary | 10101111 | 1100101 | 101111 | 0 | 101010 | 1001001 | 11111 | 11001 | 111010 | 101100 |
Color Harmonies of #AF652F
Complementary color
Monochromatic Colors of #AF652F
Black with #AF652F
Text Example
Text Example
White with #AF652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF652F; }
p { color: rgb(175,101,47); }
H1.HeaderClassName
{
color: #AF652F;
}
.AnyTagClassName
{
color: #AF652F;
}
</style>
background-color css
<style>
a { background-color: #AF652F; }
a { background-color: rgb(175,101,47); }
div.DivClassName
{
background-color: #AF652F;
}
.BgClassName
{
background-color: #AF652F;
}
</style>
border-color css
<style>
span { border-color: #AF652F; }
span { border-color: rgb(175,101,47); }
td.TdClassName
{
border-color: #AF652F;
}
.TagClassName
{
border-color: #AF652F;
}
</style>