Shades of Skeptic #9AB1A9
Tints of Skeptic #9AB1A9
RGB
CMYK
RGB Variations
Color information
#9AB1A9 (or 0x9AB1A9) is known color: Skeptic. HEX triplet: 9A, B1 and A9. RGB value is (154,177,169). Sum of RGB (Red+Green+Blue) = 154+177+169=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB1A9 is #654E56. Grayscale: #A9A9A9. Windows color (decimal): -6639191 or 11121050. OLE color: 11121050.
HSL color Cylindrical-coordinate representation of color #9AB1A9: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB1A9 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 169 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.31 |
| HSL | 159.13º | 0.13% | 0.65% | - |
| HSV(B) | 159.13º | 0.13% | 0.69% | - |
| XYZ | 36.21 | 41.18 | 43.58 | - |
| YUV | 169.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 169 | 0.13 | 0 | 0.05 | 0.31 | 159.13 | 0.13 | 0.65 |
| Hex | 9A | B1 | A9 | D | 0 | 5 | 1F | 9F | D | 41 |
| Octal | 232 | 261 | 251 | 15 | 0 | 5 | 37 | 237 | 15 | 101 |
| Binary | 10011010 | 10110001 | 10101001 | 1101 | 0 | 101 | 11111 | 10011111 | 1101 | 1000001 |
Color Harmonies of #9AB1A9
Complementary color
Monochromatic Colors of #9AB1A9
Black with #9AB1A9
Text Example
Text Example
White with #9AB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB1A9; }
p { color: rgb(154,177,169); }
H1.HeaderClassName
{
color: #9AB1A9;
}
.AnyTagClassName
{
color: #9AB1A9;
}
</style>
background-color css
<style>
a { background-color: #9AB1A9; }
a { background-color: rgb(154,177,169); }
div.DivClassName
{
background-color: #9AB1A9;
}
.BgClassName
{
background-color: #9AB1A9;
}
</style>
border-color css
<style>
span { border-color: #9AB1A9; }
span { border-color: rgb(154,177,169); }
td.TdClassName
{
border-color: #9AB1A9;
}
.TagClassName
{
border-color: #9AB1A9;
}
</style>