Shades of Mai Tai #AF652B
Tints of Mai Tai #AF652B
RGB
CMYK
RGB Variations
Color information
#AF652B (or 0xAF652B) is known color: Mai Tai. HEX triplet: AF, 65 and 2B. RGB value is (175,101,43). Sum of RGB (Red+Green+Blue) = 175+101+43=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF652B is #509AD4. Grayscale: #747474. Windows color (decimal): -5282517 or 2844079. OLE color: 2844079.
HSL color Cylindrical-coordinate representation of color #AF652B: hue angle of 26.36º 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 #AF652B is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 43 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.31 |
| HSL | 26.36º | 0.61% | 0.43% | - |
| HSV(B) | 26.36º | 0.75% | 0.69% | - |
| XYZ | 22.77 | 18.6 | 4.67 | - |
| YUV | 116.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 43 | 0 | 0.42 | 0.75 | 0.31 | 26.36 | 0.61 | 0.43 |
| Hex | AF | 65 | 2B | 0 | 2A | 4B | 1F | 1A | 3D | 2B |
| Octal | 257 | 145 | 53 | 0 | 52 | 113 | 37 | 32 | 75 | 53 |
| Binary | 10101111 | 1100101 | 101011 | 0 | 101010 | 1001011 | 11111 | 11010 | 111101 | 101011 |
Color Harmonies of #AF652B
Complementary color
Monochromatic Colors of #AF652B
Black with #AF652B
Text Example
Text Example
White with #AF652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF652B; }
p { color: rgb(175,101,43); }
H1.HeaderClassName
{
color: #AF652B;
}
.AnyTagClassName
{
color: #AF652B;
}
</style>
background-color css
<style>
a { background-color: #AF652B; }
a { background-color: rgb(175,101,43); }
div.DivClassName
{
background-color: #AF652B;
}
.BgClassName
{
background-color: #AF652B;
}
</style>
border-color css
<style>
span { border-color: #AF652B; }
span { border-color: rgb(175,101,43); }
td.TdClassName
{
border-color: #AF652B;
}
.TagClassName
{
border-color: #AF652B;
}
</style>