Shades of Skeptic #A0B2A9
Tints of Skeptic #A0B2A9
RGB
CMYK
RGB Variations
Color information
#A0B2A9 (or 0xA0B2A9) is known color: Skeptic. HEX triplet: A0, B2 and A9. RGB value is (160,178,169). Sum of RGB (Red+Green+Blue) = 160+178+169=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B2A9 is #5F4D56. Grayscale: #ABABAB. Windows color (decimal): -6245719 or 11121312. OLE color: 11121312.
HSL color Cylindrical-coordinate representation of color #A0B2A9: hue angle of 150º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B2A9 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 169 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.30 |
| HSL | 150º | 0.1% | 0.66% | - |
| HSV(B) | 150º | 0.1% | 0.7% | - |
| XYZ | 37.58 | 42.18 | 43.7 | - |
| YUV | 171.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 169 | 0.10 | 0 | 0.05 | 0.30 | 150 | 0.1 | 0.66 |
| Hex | A0 | B2 | A9 | A | 0 | 5 | 1E | 96 | A | 42 |
| Octal | 240 | 262 | 251 | 12 | 0 | 5 | 36 | 226 | 12 | 102 |
| Binary | 10100000 | 10110010 | 10101001 | 1010 | 0 | 101 | 11110 | 10010110 | 1010 | 1000010 |
Color Harmonies of #A0B2A9
Complementary color
Monochromatic Colors of #A0B2A9
Black with #A0B2A9
Text Example
Text Example
White with #A0B2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2A9; }
p { color: rgb(160,178,169); }
H1.HeaderClassName
{
color: #A0B2A9;
}
.AnyTagClassName
{
color: #A0B2A9;
}
</style>
background-color css
<style>
a { background-color: #A0B2A9; }
a { background-color: rgb(160,178,169); }
div.DivClassName
{
background-color: #A0B2A9;
}
.BgClassName
{
background-color: #A0B2A9;
}
</style>
border-color css
<style>
span { border-color: #A0B2A9; }
span { border-color: rgb(160,178,169); }
td.TdClassName
{
border-color: #A0B2A9;
}
.TagClassName
{
border-color: #A0B2A9;
}
</style>