Shades of Mai Tai #AF651E
Tints of Mai Tai #AF651E
RGB
CMYK
RGB Variations
Color information
#AF651E (or 0xAF651E) is known color: Mai Tai. HEX triplet: AF, 65 and 1E. RGB value is (175,101,30). Sum of RGB (Red+Green+Blue) = 175+101+30=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF651E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF651E is #509AE1. Grayscale: #737373. Windows color (decimal): -5282530 or 1992111. OLE color: 1992111.
HSL color Cylindrical-coordinate representation of color #AF651E: hue angle of 29.38º degrees, saturation: 0.71, 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 #AF651E is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 30 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.31 |
| HSL | 29.38º | 0.71% | 0.4% | - |
| HSV(B) | 29.38º | 0.83% | 0.69% | - |
| XYZ | 22.57 | 18.52 | 3.61 | - |
| YUV | 115.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 30 | 0 | 0.42 | 0.83 | 0.31 | 29.38 | 0.71 | 0.4 |
| Hex | AF | 65 | 1E | 0 | 2A | 53 | 1F | 1D | 47 | 28 |
| Octal | 257 | 145 | 36 | 0 | 52 | 123 | 37 | 35 | 107 | 50 |
| Binary | 10101111 | 1100101 | 11110 | 0 | 101010 | 1010011 | 11111 | 11101 | 1000111 | 101000 |
Color Harmonies of #AF651E
Complementary color
Monochromatic Colors of #AF651E
Black with #AF651E
Text Example
Text Example
White with #AF651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF651E; }
p { color: rgb(175,101,30); }
H1.HeaderClassName
{
color: #AF651E;
}
.AnyTagClassName
{
color: #AF651E;
}
</style>
background-color css
<style>
a { background-color: #AF651E; }
a { background-color: rgb(175,101,30); }
div.DivClassName
{
background-color: #AF651E;
}
.BgClassName
{
background-color: #AF651E;
}
</style>
border-color css
<style>
span { border-color: #AF651E; }
span { border-color: rgb(175,101,30); }
td.TdClassName
{
border-color: #AF651E;
}
.TagClassName
{
border-color: #AF651E;
}
</style>