Shades of Mai Tai #AD632F
Tints of Mai Tai #AD632F
RGB
CMYK
RGB Variations
Color information
#AD632F (or 0xAD632F) is known color: Mai Tai. HEX triplet: AD, 63 and 2F. RGB value is (173,99,47). Sum of RGB (Red+Green+Blue) = 173+99+47=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD632F is #529CD0. Grayscale: #737373. Windows color (decimal): -5414097 or 3105709. OLE color: 3105709.
HSL color Cylindrical-coordinate representation of color #AD632F: hue angle of 24.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD632F is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 47 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.32 |
| HSL | 24.76º | 0.57% | 0.43% | - |
| HSV(B) | 24.76º | 0.73% | 0.68% | - |
| XYZ | 22.21 | 18.01 | 5 | - |
| YUV | 115.2 | 89.52 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 47 | 0 | 0.43 | 0.73 | 0.32 | 24.76 | 0.57 | 0.43 |
| Hex | AD | 63 | 2F | 0 | 2B | 49 | 20 | 19 | 39 | 2B |
| Octal | 255 | 143 | 57 | 0 | 53 | 111 | 40 | 31 | 71 | 53 |
| Binary | 10101101 | 1100011 | 101111 | 0 | 101011 | 1001001 | 100000 | 11001 | 111001 | 101011 |
Color Harmonies of #AD632F
Complementary color
Monochromatic Colors of #AD632F
Black with #AD632F
Text Example
Text Example
White with #AD632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD632F; }
p { color: rgb(173,99,47); }
H1.HeaderClassName
{
color: #AD632F;
}
.AnyTagClassName
{
color: #AD632F;
}
</style>
background-color css
<style>
a { background-color: #AD632F; }
a { background-color: rgb(173,99,47); }
div.DivClassName
{
background-color: #AD632F;
}
.BgClassName
{
background-color: #AD632F;
}
</style>
border-color css
<style>
span { border-color: #AD632F; }
span { border-color: rgb(173,99,47); }
td.TdClassName
{
border-color: #AD632F;
}
.TagClassName
{
border-color: #AD632F;
}
</style>