Shades of Skeptic #A1BCAF
Tints of Skeptic #A1BCAF
RGB
CMYK
RGB Variations
Color information
#A1BCAF (or 0xA1BCAF) is known color: Skeptic. HEX triplet: A1, BC and AF. RGB value is (161,188,175). Sum of RGB (Red+Green+Blue) = 161+188+175=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCAF is #5E4350. Grayscale: #B2B2B2. Windows color (decimal): -6177617 or 11517089. OLE color: 11517089.
HSL color Cylindrical-coordinate representation of color #A1BCAF: hue angle of 151.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCAF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 175 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.26 |
| HSL | 151.11º | 0.17% | 0.68% | - |
| HSV(B) | 151.11º | 0.14% | 0.74% | - |
| XYZ | 40.42 | 46.64 | 47.43 | - |
| YUV | 178.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 175 | 0.14 | 0 | 0.07 | 0.26 | 151.11 | 0.17 | 0.68 |
| Hex | A1 | BC | AF | E | 0 | 7 | 1A | 97 | 11 | 44 |
| Octal | 241 | 274 | 257 | 16 | 0 | 7 | 32 | 227 | 21 | 104 |
| Binary | 10100001 | 10111100 | 10101111 | 1110 | 0 | 111 | 11010 | 10010111 | 10001 | 1000100 |
Color Harmonies of #A1BCAF
Complementary color
Monochromatic Colors of #A1BCAF
Black with #A1BCAF
Text Example
Text Example
White with #A1BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCAF; }
p { color: rgb(161,188,175); }
H1.HeaderClassName
{
color: #A1BCAF;
}
.AnyTagClassName
{
color: #A1BCAF;
}
</style>
background-color css
<style>
a { background-color: #A1BCAF; }
a { background-color: rgb(161,188,175); }
div.DivClassName
{
background-color: #A1BCAF;
}
.BgClassName
{
background-color: #A1BCAF;
}
</style>
border-color css
<style>
span { border-color: #A1BCAF; }
span { border-color: rgb(161,188,175); }
td.TdClassName
{
border-color: #A1BCAF;
}
.TagClassName
{
border-color: #A1BCAF;
}
</style>