Shades of Skeptic #A1B3A9
Tints of Skeptic #A1B3A9
RGB
CMYK
RGB Variations
Color information
#A1B3A9 (or 0xA1B3A9) is known color: Skeptic. HEX triplet: A1, B3 and A9. RGB value is (161,179,169). Sum of RGB (Red+Green+Blue) = 161+179+169=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B3A9 is #5E4C56. Grayscale: #ACACAC. Windows color (decimal): -6179927 or 11121569. OLE color: 11121569.
HSL color Cylindrical-coordinate representation of color #A1B3A9: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B3A9 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 169 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.30 |
| HSL | 146.67º | 0.11% | 0.67% | - |
| HSV(B) | 146.67º | 0.1% | 0.7% | - |
| XYZ | 37.98 | 42.68 | 43.77 | - |
| YUV | 172.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 169 | 0.10 | 0 | 0.06 | 0.30 | 146.67 | 0.11 | 0.67 |
| Hex | A1 | B3 | A9 | A | 0 | 6 | 1E | 93 | B | 43 |
| Octal | 241 | 263 | 251 | 12 | 0 | 6 | 36 | 223 | 13 | 103 |
| Binary | 10100001 | 10110011 | 10101001 | 1010 | 0 | 110 | 11110 | 10010011 | 1011 | 1000011 |
Color Harmonies of #A1B3A9
Complementary color
Monochromatic Colors of #A1B3A9
Black with #A1B3A9
Text Example
Text Example
White with #A1B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B3A9; }
p { color: rgb(161,179,169); }
H1.HeaderClassName
{
color: #A1B3A9;
}
.AnyTagClassName
{
color: #A1B3A9;
}
</style>
background-color css
<style>
a { background-color: #A1B3A9; }
a { background-color: rgb(161,179,169); }
div.DivClassName
{
background-color: #A1B3A9;
}
.BgClassName
{
background-color: #A1B3A9;
}
</style>
border-color css
<style>
span { border-color: #A1B3A9; }
span { border-color: rgb(161,179,169); }
td.TdClassName
{
border-color: #A1B3A9;
}
.TagClassName
{
border-color: #A1B3A9;
}
</style>