Shades of Skeptic #A2AEAA
Tints of Skeptic #A2AEAA
RGB
CMYK
RGB Variations
Color information
#A2AEAA (or 0xA2AEAA) is known color: Skeptic. HEX triplet: A2, AE and AA. RGB value is (162,174,170). Sum of RGB (Red+Green+Blue) = 162+174+170=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AEAA is #5D5155. Grayscale: #A9A9A9. Windows color (decimal): -6115670 or 11185826. OLE color: 11185826.
HSL color Cylindrical-coordinate representation of color #A2AEAA: hue angle of 160º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2AEAA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 174 | 170 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.32 |
| HSL | 160º | 0.07% | 0.66% | - |
| HSV(B) | 160º | 0.07% | 0.68% | - |
| XYZ | 37.29 | 40.86 | 43.95 | - |
| YUV | 169.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 170 | 0.07 | 0 | 0.02 | 0.32 | 160 | 0.07 | 0.66 |
| Hex | A2 | AE | AA | 7 | 0 | 2 | 20 | A0 | 7 | 42 |
| Octal | 242 | 256 | 252 | 7 | 0 | 2 | 40 | 240 | 7 | 102 |
| Binary | 10100010 | 10101110 | 10101010 | 111 | 0 | 10 | 100000 | 10100000 | 111 | 1000010 |
Color Harmonies of #A2AEAA
Complementary color
Monochromatic Colors of #A2AEAA
Black with #A2AEAA
Text Example
Text Example
White with #A2AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AEAA; }
p { color: rgb(162,174,170); }
H1.HeaderClassName
{
color: #A2AEAA;
}
.AnyTagClassName
{
color: #A2AEAA;
}
</style>
background-color css
<style>
a { background-color: #A2AEAA; }
a { background-color: rgb(162,174,170); }
div.DivClassName
{
background-color: #A2AEAA;
}
.BgClassName
{
background-color: #A2AEAA;
}
</style>
border-color css
<style>
span { border-color: #A2AEAA; }
span { border-color: rgb(162,174,170); }
td.TdClassName
{
border-color: #A2AEAA;
}
.TagClassName
{
border-color: #A2AEAA;
}
</style>