Shades of Skeptic #A1BAAE
Tints of Skeptic #A1BAAE
RGB
CMYK
RGB Variations
Color information
#A1BAAE (or 0xA1BAAE) is known color: Skeptic. HEX triplet: A1, BA and AE. RGB value is (161,186,174). Sum of RGB (Red+Green+Blue) = 161+186+174=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAAE is #5E4551. Grayscale: #B1B1B1. Windows color (decimal): -6178130 or 11451041. OLE color: 11451041.
HSL color Cylindrical-coordinate representation of color #A1BAAE: hue angle of 151.2º degrees, saturation: 0.15, 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 #A1BAAE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 174 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.27 |
| HSL | 151.2º | 0.15% | 0.68% | - |
| HSV(B) | 151.2º | 0.13% | 0.73% | - |
| XYZ | 39.9 | 45.75 | 46.77 | - |
| YUV | 177.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 174 | 0.13 | 0 | 0.06 | 0.27 | 151.2 | 0.15 | 0.68 |
| Hex | A1 | BA | AE | D | 0 | 6 | 1B | 97 | F | 44 |
| Octal | 241 | 272 | 256 | 15 | 0 | 6 | 33 | 227 | 17 | 104 |
| Binary | 10100001 | 10111010 | 10101110 | 1101 | 0 | 110 | 11011 | 10010111 | 1111 | 1000100 |
Color Harmonies of #A1BAAE
Complementary color
Monochromatic Colors of #A1BAAE
Black with #A1BAAE
Text Example
Text Example
White with #A1BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAAE; }
p { color: rgb(161,186,174); }
H1.HeaderClassName
{
color: #A1BAAE;
}
.AnyTagClassName
{
color: #A1BAAE;
}
</style>
background-color css
<style>
a { background-color: #A1BAAE; }
a { background-color: rgb(161,186,174); }
div.DivClassName
{
background-color: #A1BAAE;
}
.BgClassName
{
background-color: #A1BAAE;
}
</style>
border-color css
<style>
span { border-color: #A1BAAE; }
span { border-color: rgb(161,186,174); }
td.TdClassName
{
border-color: #A1BAAE;
}
.TagClassName
{
border-color: #A1BAAE;
}
</style>