Shades of Skeptic #A2BBAE
Tints of Skeptic #A2BBAE
RGB
CMYK
RGB Variations
Color information
#A2BBAE (or 0xA2BBAE) is known color: Skeptic. HEX triplet: A2, BB and AE. RGB value is (162,187,174). Sum of RGB (Red+Green+Blue) = 162+187+174=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBAE is #5D4451. Grayscale: #B2B2B2. Windows color (decimal): -6112338 or 11451298. OLE color: 11451298.
HSL color Cylindrical-coordinate representation of color #A2BBAE: hue angle of 148.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBAE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 187 | 174 | - |
CMYK | 0.13 | 0 | 0.07 | 0.27 |
HSL | 148.8º | 0.16% | 0.68% | - |
HSV(B) | 148.8º | 0.13% | 0.73% | - |
XYZ | 40.31 | 46.28 | 46.85 | - |
YUV | 178.04 | 125.72 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 187 | 174 | 0.13 | 0 | 0.07 | 0.27 | 148.8 | 0.16 | 0.68 |
Hex | A2 | BB | AE | D | 0 | 7 | 1B | 95 | 10 | 44 |
Octal | 242 | 273 | 256 | 15 | 0 | 7 | 33 | 225 | 20 | 104 |
Binary | 10100010 | 10111011 | 10101110 | 1101 | 0 | 111 | 11011 | 10010101 | 10000 | 1000100 |
Color Harmonies of #A2BBAE
Complementary color
Monochromatic Colors of #A2BBAE
Black with #A2BBAE
Text Example
Text Example
White with #A2BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBAE; }
p { color: rgb(162,187,174); }
H1.HeaderClassName
{
color: #A2BBAE;
}
.AnyTagClassName
{
color: #A2BBAE;
}
</style>
background-color css
<style>
a { background-color: #A2BBAE; }
a { background-color: rgb(162,187,174); }
div.DivClassName
{
background-color: #A2BBAE;
}
.BgClassName
{
background-color: #A2BBAE;
}
</style>
border-color css
<style>
span { border-color: #A2BBAE; }
span { border-color: rgb(162,187,174); }
td.TdClassName
{
border-color: #A2BBAE;
}
.TagClassName
{
border-color: #A2BBAE;
}
</style>