Shades of Skeptic #A5B7AB
Tints of Skeptic #A5B7AB
RGB
CMYK
RGB Variations
Color information
#A5B7AB (or 0xA5B7AB) is known color: Skeptic. HEX triplet: A5, B7 and AB. RGB value is (165,183,171). Sum of RGB (Red+Green+Blue) = 165+183+171=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7AB is #5A4854. Grayscale: #B0B0B0. Windows color (decimal): -5916757 or 11253669. OLE color: 11253669.
HSL color Cylindrical-coordinate representation of color #A5B7AB: hue angle of 140º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B7AB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 171 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.28 |
| HSL | 140º | 0.11% | 0.68% | - |
| HSV(B) | 140º | 0.1% | 0.72% | - |
| XYZ | 39.8 | 44.81 | 45.08 | - |
| YUV | 176.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 171 | 0.10 | 0 | 0.07 | 0.28 | 140 | 0.11 | 0.68 |
| Hex | A5 | B7 | AB | A | 0 | 7 | 1C | 8C | B | 44 |
| Octal | 245 | 267 | 253 | 12 | 0 | 7 | 34 | 214 | 13 | 104 |
| Binary | 10100101 | 10110111 | 10101011 | 1010 | 0 | 111 | 11100 | 10001100 | 1011 | 1000100 |
Color Harmonies of #A5B7AB
Complementary color
Monochromatic Colors of #A5B7AB
Black with #A5B7AB
Text Example
Text Example
White with #A5B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7AB; }
p { color: rgb(165,183,171); }
H1.HeaderClassName
{
color: #A5B7AB;
}
.AnyTagClassName
{
color: #A5B7AB;
}
</style>
background-color css
<style>
a { background-color: #A5B7AB; }
a { background-color: rgb(165,183,171); }
div.DivClassName
{
background-color: #A5B7AB;
}
.BgClassName
{
background-color: #A5B7AB;
}
</style>
border-color css
<style>
span { border-color: #A5B7AB; }
span { border-color: rgb(165,183,171); }
td.TdClassName
{
border-color: #A5B7AB;
}
.TagClassName
{
border-color: #A5B7AB;
}
</style>