Shades of Mai Tai #A76925
Tints of Mai Tai #A76925
RGB
CMYK
RGB Variations
Color information
#A76925 (or 0xA76925) is known color: Mai Tai. HEX triplet: A7, 69 and 25. RGB value is (167,105,37). Sum of RGB (Red+Green+Blue) = 167+105+37=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A76925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76925 is #5896DA. Grayscale: #747474. Windows color (decimal): -5805787 or 2451879. OLE color: 2451879.
HSL color Cylindrical-coordinate representation of color #A76925: hue angle of 31.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A76925 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 105 | 37 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.35 |
| HSL | 31.38º | 0.64% | 0.4% | - |
| HSV(B) | 31.38º | 0.78% | 0.65% | - |
| XYZ | 21.32 | 18.45 | 4.19 | - |
| YUV | 115.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 37 | 0 | 0.37 | 0.78 | 0.35 | 31.38 | 0.64 | 0.4 |
| Hex | A7 | 69 | 25 | 0 | 25 | 4E | 23 | 1F | 40 | 28 |
| Octal | 247 | 151 | 45 | 0 | 45 | 116 | 43 | 37 | 100 | 50 |
| Binary | 10100111 | 1101001 | 100101 | 0 | 100101 | 1001110 | 100011 | 11111 | 1000000 | 101000 |
Color Harmonies of #A76925
Complementary color
Monochromatic Colors of #A76925
Black with #A76925
Text Example
Text Example
White with #A76925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76925; }
p { color: rgb(167,105,37); }
H1.HeaderClassName
{
color: #A76925;
}
.AnyTagClassName
{
color: #A76925;
}
</style>
background-color css
<style>
a { background-color: #A76925; }
a { background-color: rgb(167,105,37); }
div.DivClassName
{
background-color: #A76925;
}
.BgClassName
{
background-color: #A76925;
}
</style>
border-color css
<style>
span { border-color: #A76925; }
span { border-color: rgb(167,105,37); }
td.TdClassName
{
border-color: #A76925;
}
.TagClassName
{
border-color: #A76925;
}
</style>