Shades of Silk #ADAAA8
Tints of Silk #ADAAA8
RGB
CMYK
RGB Variations
Color information
#ADAAA8 (or 0xADAAA8) is known color: Silk. HEX triplet: AD, AA and A8. RGB value is (173,170,168). Sum of RGB (Red+Green+Blue) = 173+170+168=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA8 is #525557. Grayscale: #AAAAAA. Windows color (decimal): -5395800 or 11053741. OLE color: 11053741.
HSL color Cylindrical-coordinate representation of color #ADAAA8: hue angle of 24º degrees, saturation: 0.03, 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 #ADAAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 170 | 168 | - |
CMYK | 0 | 0.02 | 0.03 | 0.32 |
HSL | 24º | 0.03% | 0.67% | - |
HSV(B) | 24º | 0.03% | 0.68% | - |
XYZ | 38.68 | 40.46 | 42.82 | - |
YUV | 170.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 168 | 0 | 0.02 | 0.03 | 0.32 | 24 | 0.03 | 0.67 |
Hex | AD | AA | A8 | 0 | 2 | 3 | 20 | 18 | 3 | 43 |
Octal | 255 | 252 | 250 | 0 | 2 | 3 | 40 | 30 | 3 | 103 |
Binary | 10101101 | 10101010 | 10101000 | 0 | 10 | 11 | 100000 | 11000 | 11 | 1000011 |
Color Harmonies of #ADAAA8
Complementary color
Monochromatic Colors of #ADAAA8
Black with #ADAAA8
Text Example
Text Example
White with #ADAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAA8; }
p { color: rgb(173,170,168); }
H1.HeaderClassName
{
color: #ADAAA8;
}
.AnyTagClassName
{
color: #ADAAA8;
}
</style>
background-color css
<style>
a { background-color: #ADAAA8; }
a { background-color: rgb(173,170,168); }
div.DivClassName
{
background-color: #ADAAA8;
}
.BgClassName
{
background-color: #ADAAA8;
}
</style>
border-color css
<style>
span { border-color: #ADAAA8; }
span { border-color: rgb(173,170,168); }
td.TdClassName
{
border-color: #ADAAA8;
}
.TagClassName
{
border-color: #ADAAA8;
}
</style>