Shades of Mai Tai #A35D2D
Tints of Mai Tai #A35D2D
RGB
CMYK
RGB Variations
Color information
#A35D2D (or 0xA35D2D) is known color: Mai Tai. HEX triplet: A3, 5D and 2D. RGB value is (163,93,45). Sum of RGB (Red+Green+Blue) = 163+93+45=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35D2D is #5CA2D2. Grayscale: #6C6C6C. Windows color (decimal): -6070995 or 2973091. OLE color: 2973091.
HSL color Cylindrical-coordinate representation of color #A35D2D: hue angle of 24.41º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A35D2D is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 45 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.36 |
| HSL | 24.41º | 0.57% | 0.41% | - |
| HSV(B) | 24.41º | 0.72% | 0.64% | - |
| XYZ | 19.49 | 15.8 | 4.51 | - |
| YUV | 108.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 45 | 0 | 0.43 | 0.72 | 0.36 | 24.41 | 0.57 | 0.41 |
| Hex | A3 | 5D | 2D | 0 | 2B | 48 | 24 | 18 | 39 | 29 |
| Octal | 243 | 135 | 55 | 0 | 53 | 110 | 44 | 30 | 71 | 51 |
| Binary | 10100011 | 1011101 | 101101 | 0 | 101011 | 1001000 | 100100 | 11000 | 111001 | 101001 |
Color Harmonies of #A35D2D
Complementary color
Monochromatic Colors of #A35D2D
Black with #A35D2D
Text Example
Text Example
White with #A35D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D2D; }
p { color: rgb(163,93,45); }
H1.HeaderClassName
{
color: #A35D2D;
}
.AnyTagClassName
{
color: #A35D2D;
}
</style>
background-color css
<style>
a { background-color: #A35D2D; }
a { background-color: rgb(163,93,45); }
div.DivClassName
{
background-color: #A35D2D;
}
.BgClassName
{
background-color: #A35D2D;
}
</style>
border-color css
<style>
span { border-color: #A35D2D; }
span { border-color: rgb(163,93,45); }
td.TdClassName
{
border-color: #A35D2D;
}
.TagClassName
{
border-color: #A35D2D;
}
</style>