Shades of Mai Tai #AF661D
Tints of Mai Tai #AF661D
RGB
CMYK
RGB Variations
Color information
#AF661D (or 0xAF661D) is known color: Mai Tai. HEX triplet: AF, 66 and 1D. RGB value is (175,102,29). Sum of RGB (Red+Green+Blue) = 175+102+29=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF661D is #5099E2. Grayscale: #737373. Windows color (decimal): -5282275 or 1926831. OLE color: 1926831.
HSL color Cylindrical-coordinate representation of color #AF661D: hue angle of 30º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF661D is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 29 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.31 |
| HSL | 30º | 0.72% | 0.4% | - |
| HSV(B) | 30º | 0.83% | 0.69% | - |
| XYZ | 22.65 | 18.71 | 3.58 | - |
| YUV | 115.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 29 | 0 | 0.42 | 0.83 | 0.31 | 30 | 0.72 | 0.4 |
| Hex | AF | 66 | 1D | 0 | 2A | 53 | 1F | 1E | 48 | 28 |
| Octal | 257 | 146 | 35 | 0 | 52 | 123 | 37 | 36 | 110 | 50 |
| Binary | 10101111 | 1100110 | 11101 | 0 | 101010 | 1010011 | 11111 | 11110 | 1001000 | 101000 |
Color Harmonies of #AF661D
Complementary color
Monochromatic Colors of #AF661D
Black with #AF661D
Text Example
Text Example
White with #AF661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF661D; }
p { color: rgb(175,102,29); }
H1.HeaderClassName
{
color: #AF661D;
}
.AnyTagClassName
{
color: #AF661D;
}
</style>
background-color css
<style>
a { background-color: #AF661D; }
a { background-color: rgb(175,102,29); }
div.DivClassName
{
background-color: #AF661D;
}
.BgClassName
{
background-color: #AF661D;
}
</style>
border-color css
<style>
span { border-color: #AF661D; }
span { border-color: rgb(175,102,29); }
td.TdClassName
{
border-color: #AF661D;
}
.TagClassName
{
border-color: #AF661D;
}
</style>