Shades of Tana #AEADA8
Tints of Tana #AEADA8
RGB
CMYK
RGB Variations
Color information
#AEADA8 (or 0xAEADA8) is known color: Tana. HEX triplet: AE, AD and A8. RGB value is (174,173,168). Sum of RGB (Red+Green+Blue) = 174+173+168=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADA8 is #515257. Grayscale: #ACACAC. Windows color (decimal): -5329496 or 11054510. OLE color: 11054510.
HSL color Cylindrical-coordinate representation of color #AEADA8: hue angle of 50º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEADA8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 168 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.32 |
| HSL | 50º | 0.04% | 0.67% | - |
| HSV(B) | 50º | 0.03% | 0.68% | - |
| XYZ | 39.47 | 41.71 | 43.02 | - |
| YUV | 172.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 168 | 0 | 0.01 | 0.03 | 0.32 | 50 | 0.04 | 0.67 |
| Hex | AE | AD | A8 | 0 | 1 | 3 | 20 | 32 | 4 | 43 |
| Octal | 256 | 255 | 250 | 0 | 1 | 3 | 40 | 62 | 4 | 103 |
| Binary | 10101110 | 10101101 | 10101000 | 0 | 1 | 11 | 100000 | 110010 | 100 | 1000011 |
Color Harmonies of #AEADA8
Complementary color
Monochromatic Colors of #AEADA8
Black with #AEADA8
Text Example
Text Example
White with #AEADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADA8; }
p { color: rgb(174,173,168); }
H1.HeaderClassName
{
color: #AEADA8;
}
.AnyTagClassName
{
color: #AEADA8;
}
</style>
background-color css
<style>
a { background-color: #AEADA8; }
a { background-color: rgb(174,173,168); }
div.DivClassName
{
background-color: #AEADA8;
}
.BgClassName
{
background-color: #AEADA8;
}
</style>
border-color css
<style>
span { border-color: #AEADA8; }
span { border-color: rgb(174,173,168); }
td.TdClassName
{
border-color: #AEADA8;
}
.TagClassName
{
border-color: #AEADA8;
}
</style>