Shades of Shady Lady #ADAAAB
Tints of Shady Lady #ADAAAB
RGB
CMYK
RGB Variations
Color information
#ADAAAB (or 0xADAAAB) is known color: Shady Lady. HEX triplet: AD, AA and AB. RGB value is (173,170,171). Sum of RGB (Red+Green+Blue) = 173+170+171=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAAB is #525554. Grayscale: #ABABAB. Windows color (decimal): -5395797 or 11250349. OLE color: 11250349.
HSL color Cylindrical-coordinate representation of color #ADAAAB: hue angle of 340º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADAAAB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 170 | 171 | - |
CMYK | 0 | 0.02 | 0.01 | 0.32 |
HSL | 340º | 0.02% | 0.67% | - |
HSV(B) | 340º | 0.02% | 0.68% | - |
XYZ | 38.96 | 40.57 | 44.31 | - |
YUV | 171.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 171 | 0 | 0.02 | 0.01 | 0.32 | 340 | 0.02 | 0.67 |
Hex | AD | AA | AB | 0 | 2 | 1 | 20 | 154 | 2 | 43 |
Octal | 255 | 252 | 253 | 0 | 2 | 1 | 40 | 524 | 2 | 103 |
Binary | 10101101 | 10101010 | 10101011 | 0 | 10 | 1 | 100000 | 101010100 | 10 | 1000011 |
Color Harmonies of #ADAAAB
Complementary color
Monochromatic Colors of #ADAAAB
Black with #ADAAAB
Text Example
Text Example
White with #ADAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAAB; }
p { color: rgb(173,170,171); }
H1.HeaderClassName
{
color: #ADAAAB;
}
.AnyTagClassName
{
color: #ADAAAB;
}
</style>
background-color css
<style>
a { background-color: #ADAAAB; }
a { background-color: rgb(173,170,171); }
div.DivClassName
{
background-color: #ADAAAB;
}
.BgClassName
{
background-color: #ADAAAB;
}
</style>
border-color css
<style>
span { border-color: #ADAAAB; }
span { border-color: rgb(173,170,171); }
td.TdClassName
{
border-color: #ADAAAB;
}
.TagClassName
{
border-color: #ADAAAB;
}
</style>