Shades of Skeptic #A1BBAE
Tints of Skeptic #A1BBAE
RGB
CMYK
RGB Variations
Color information
#A1BBAE (or 0xA1BBAE) is known color: Skeptic. HEX triplet: A1, BB and AE. RGB value is (161,187,174). Sum of RGB (Red+Green+Blue) = 161+187+174=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BBAE is #5E4451. Grayscale: #B1B1B1. Windows color (decimal): -6177874 or 11451297. OLE color: 11451297.
HSL color Cylindrical-coordinate representation of color #A1BBAE: hue angle of 150º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BBAE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 174 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.27 |
| HSL | 150º | 0.16% | 0.68% | - |
| HSV(B) | 150º | 0.14% | 0.73% | - |
| XYZ | 40.11 | 46.17 | 46.84 | - |
| YUV | 177.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 174 | 0.14 | 0 | 0.07 | 0.27 | 150 | 0.16 | 0.68 |
| Hex | A1 | BB | AE | E | 0 | 7 | 1B | 96 | 10 | 44 |
| Octal | 241 | 273 | 256 | 16 | 0 | 7 | 33 | 226 | 20 | 104 |
| Binary | 10100001 | 10111011 | 10101110 | 1110 | 0 | 111 | 11011 | 10010110 | 10000 | 1000100 |
Color Harmonies of #A1BBAE
Complementary color
Monochromatic Colors of #A1BBAE
Black with #A1BBAE
Text Example
Text Example
White with #A1BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBAE; }
p { color: rgb(161,187,174); }
H1.HeaderClassName
{
color: #A1BBAE;
}
.AnyTagClassName
{
color: #A1BBAE;
}
</style>
background-color css
<style>
a { background-color: #A1BBAE; }
a { background-color: rgb(161,187,174); }
div.DivClassName
{
background-color: #A1BBAE;
}
.BgClassName
{
background-color: #A1BBAE;
}
</style>
border-color css
<style>
span { border-color: #A1BBAE; }
span { border-color: rgb(161,187,174); }
td.TdClassName
{
border-color: #A1BBAE;
}
.TagClassName
{
border-color: #A1BBAE;
}
</style>