Shades of Mai Tai #AF652D
Tints of Mai Tai #AF652D
RGB
CMYK
RGB Variations
Color information
#AF652D (or 0xAF652D) is known color: Mai Tai. HEX triplet: AF, 65 and 2D. RGB value is (175,101,45). Sum of RGB (Red+Green+Blue) = 175+101+45=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF652D is #509AD2. Grayscale: #757575. Windows color (decimal): -5282515 or 2975151. OLE color: 2975151.
HSL color Cylindrical-coordinate representation of color #AF652D: hue angle of 25.85º degrees, saturation: 0.59, 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 #AF652D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 45 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.31 |
| HSL | 25.85º | 0.59% | 0.43% | - |
| HSV(B) | 25.85º | 0.74% | 0.69% | - |
| XYZ | 22.81 | 18.61 | 4.87 | - |
| YUV | 116.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 45 | 0 | 0.42 | 0.74 | 0.31 | 25.85 | 0.59 | 0.43 |
| Hex | AF | 65 | 2D | 0 | 2A | 4A | 1F | 1A | 3B | 2B |
| Octal | 257 | 145 | 55 | 0 | 52 | 112 | 37 | 32 | 73 | 53 |
| Binary | 10101111 | 1100101 | 101101 | 0 | 101010 | 1001010 | 11111 | 11010 | 111011 | 101011 |
Color Harmonies of #AF652D
Complementary color
Monochromatic Colors of #AF652D
Black with #AF652D
Text Example
Text Example
White with #AF652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF652D; }
p { color: rgb(175,101,45); }
H1.HeaderClassName
{
color: #AF652D;
}
.AnyTagClassName
{
color: #AF652D;
}
</style>
background-color css
<style>
a { background-color: #AF652D; }
a { background-color: rgb(175,101,45); }
div.DivClassName
{
background-color: #AF652D;
}
.BgClassName
{
background-color: #AF652D;
}
</style>
border-color css
<style>
span { border-color: #AF652D; }
span { border-color: rgb(175,101,45); }
td.TdClassName
{
border-color: #AF652D;
}
.TagClassName
{
border-color: #AF652D;
}
</style>