Shades of Skeptic #A1BDAF
Tints of Skeptic #A1BDAF
RGB
CMYK
RGB Variations
Color information
#A1BDAF (or 0xA1BDAF) is known color: Skeptic. HEX triplet: A1, BD and AF. RGB value is (161,189,175). Sum of RGB (Red+Green+Blue) = 161+189+175=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDAF is #5E4250. Grayscale: #B3B3B3. Windows color (decimal): -6177361 or 11517345. OLE color: 11517345.
HSL color Cylindrical-coordinate representation of color #A1BDAF: hue angle of 150º 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 #A1BDAF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 175 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.26 |
| HSL | 150º | 0.18% | 0.69% | - |
| HSV(B) | 150º | 0.15% | 0.74% | - |
| XYZ | 40.63 | 47.07 | 47.5 | - |
| YUV | 179.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 175 | 0.15 | 0 | 0.07 | 0.26 | 150 | 0.18 | 0.69 |
| Hex | A1 | BD | AF | F | 0 | 7 | 1A | 96 | 12 | 45 |
| Octal | 241 | 275 | 257 | 17 | 0 | 7 | 32 | 226 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10101111 | 1111 | 0 | 111 | 11010 | 10010110 | 10010 | 1000101 |
Color Harmonies of #A1BDAF
Complementary color
Monochromatic Colors of #A1BDAF
Black with #A1BDAF
Text Example
Text Example
White with #A1BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDAF; }
p { color: rgb(161,189,175); }
H1.HeaderClassName
{
color: #A1BDAF;
}
.AnyTagClassName
{
color: #A1BDAF;
}
</style>
background-color css
<style>
a { background-color: #A1BDAF; }
a { background-color: rgb(161,189,175); }
div.DivClassName
{
background-color: #A1BDAF;
}
.BgClassName
{
background-color: #A1BDAF;
}
</style>
border-color css
<style>
span { border-color: #A1BDAF; }
span { border-color: rgb(161,189,175); }
td.TdClassName
{
border-color: #A1BDAF;
}
.TagClassName
{
border-color: #A1BDAF;
}
</style>