Shades of Skeptic #A1BDAB
Tints of Skeptic #A1BDAB
RGB
CMYK
RGB Variations
Color information
#A1BDAB (or 0xA1BDAB) is known color: Skeptic. HEX triplet: A1, BD and AB. RGB value is (161,189,171). Sum of RGB (Red+Green+Blue) = 161+189+171=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDAB is #5E4254. Grayscale: #B2B2B2. Windows color (decimal): -6177365 or 11255201. OLE color: 11255201.
HSL color Cylindrical-coordinate representation of color #A1BDAB: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BDAB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 171 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.26 |
| HSL | 141.43º | 0.18% | 0.69% | - |
| HSV(B) | 141.43º | 0.15% | 0.74% | - |
| XYZ | 40.25 | 46.91 | 45.46 | - |
| YUV | 178.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 171 | 0.15 | 0 | 0.10 | 0.26 | 141.43 | 0.18 | 0.69 |
| Hex | A1 | BD | AB | F | 0 | A | 1A | 8D | 12 | 45 |
| Octal | 241 | 275 | 253 | 17 | 0 | 12 | 32 | 215 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10101011 | 1111 | 0 | 1010 | 11010 | 10001101 | 10010 | 1000101 |
Color Harmonies of #A1BDAB
Complementary color
Monochromatic Colors of #A1BDAB
Black with #A1BDAB
Text Example
Text Example
White with #A1BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDAB; }
p { color: rgb(161,189,171); }
H1.HeaderClassName
{
color: #A1BDAB;
}
.AnyTagClassName
{
color: #A1BDAB;
}
</style>
background-color css
<style>
a { background-color: #A1BDAB; }
a { background-color: rgb(161,189,171); }
div.DivClassName
{
background-color: #A1BDAB;
}
.BgClassName
{
background-color: #A1BDAB;
}
</style>
border-color css
<style>
span { border-color: #A1BDAB; }
span { border-color: rgb(161,189,171); }
td.TdClassName
{
border-color: #A1BDAB;
}
.TagClassName
{
border-color: #A1BDAB;
}
</style>