Shades of Skeptic #AAADAB
Tints of Skeptic #AAADAB
RGB
CMYK
RGB Variations
Color information
#AAADAB (or 0xAAADAB) is known color: Skeptic. HEX triplet: AA, AD and AB. RGB value is (170,173,171). Sum of RGB (Red+Green+Blue) = 170+173+171=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAB is #555254. Grayscale: #ABABAB. Windows color (decimal): -5591637 or 11251114. OLE color: 11251114.
HSL color Cylindrical-coordinate representation of color #AAADAB: hue angle of 140º 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 #AAADAB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
RGB | 170 | 173 | 171 | - |
CMYK | 0.02 | 0 | 0.01 | 0.32 |
HSL | 140º | 0.02% | 0.67% | - |
HSV(B) | 140º | 0.02% | 0.68% | - |
XYZ | 38.87 | 41.37 | 44.47 | - |
YUV | 171.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 171 | 0.02 | 0 | 0.01 | 0.32 | 140 | 0.02 | 0.67 |
Hex | AA | AD | AB | 2 | 0 | 1 | 20 | 8C | 2 | 43 |
Octal | 252 | 255 | 253 | 2 | 0 | 1 | 40 | 214 | 2 | 103 |
Binary | 10101010 | 10101101 | 10101011 | 10 | 0 | 1 | 100000 | 10001100 | 10 | 1000011 |
Color Harmonies of #AAADAB
Complementary color
Monochromatic Colors of #AAADAB
Black with #AAADAB
Text Example
Text Example
White with #AAADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADAB; }
p { color: rgb(170,173,171); }
H1.HeaderClassName
{
color: #AAADAB;
}
.AnyTagClassName
{
color: #AAADAB;
}
</style>
background-color css
<style>
a { background-color: #AAADAB; }
a { background-color: rgb(170,173,171); }
div.DivClassName
{
background-color: #AAADAB;
}
.BgClassName
{
background-color: #AAADAB;
}
</style>
border-color css
<style>
span { border-color: #AAADAB; }
span { border-color: rgb(170,173,171); }
td.TdClassName
{
border-color: #AAADAB;
}
.TagClassName
{
border-color: #AAADAB;
}
</style>