Shades of Skeptic #A5B3A9
Tints of Skeptic #A5B3A9
RGB
CMYK
RGB Variations
Color information
#A5B3A9 (or 0xA5B3A9) is known color: Skeptic. HEX triplet: A5, B3 and A9. RGB value is (165,179,169). Sum of RGB (Red+Green+Blue) = 165+179+169=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B3A9 is #5A4C56. Grayscale: #ADADAD. Windows color (decimal): -5917783 or 11121573. OLE color: 11121573.
HSL color Cylindrical-coordinate representation of color #A5B3A9: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B3A9 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 169 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.30 |
| HSL | 137.14º | 0.08% | 0.67% | - |
| HSV(B) | 137.14º | 0.08% | 0.7% | - |
| XYZ | 38.8 | 43.1 | 43.81 | - |
| YUV | 173.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 169 | 0.08 | 0 | 0.06 | 0.30 | 137.14 | 0.08 | 0.67 |
| Hex | A5 | B3 | A9 | 8 | 0 | 6 | 1E | 89 | 8 | 43 |
| Octal | 245 | 263 | 251 | 10 | 0 | 6 | 36 | 211 | 10 | 103 |
| Binary | 10100101 | 10110011 | 10101001 | 1000 | 0 | 110 | 11110 | 10001001 | 1000 | 1000011 |
Color Harmonies of #A5B3A9
Complementary color
Monochromatic Colors of #A5B3A9
Black with #A5B3A9
Text Example
Text Example
White with #A5B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B3A9; }
p { color: rgb(165,179,169); }
H1.HeaderClassName
{
color: #A5B3A9;
}
.AnyTagClassName
{
color: #A5B3A9;
}
</style>
background-color css
<style>
a { background-color: #A5B3A9; }
a { background-color: rgb(165,179,169); }
div.DivClassName
{
background-color: #A5B3A9;
}
.BgClassName
{
background-color: #A5B3A9;
}
</style>
border-color css
<style>
span { border-color: #A5B3A9; }
span { border-color: rgb(165,179,169); }
td.TdClassName
{
border-color: #A5B3A9;
}
.TagClassName
{
border-color: #A5B3A9;
}
</style>