Shades of Skeptic #A5B1AA
Tints of Skeptic #A5B1AA
RGB
CMYK
RGB Variations
Color information
#A5B1AA (or 0xA5B1AA) is known color: Skeptic. HEX triplet: A5, B1 and AA. RGB value is (165,177,170). Sum of RGB (Red+Green+Blue) = 165+177+170=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B1AA is #5A4E55. Grayscale: #ACACAC. Windows color (decimal): -5918294 or 11186597. OLE color: 11186597.
HSL color Cylindrical-coordinate representation of color #A5B1AA: hue angle of 145º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5B1AA is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 170 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.31 |
| HSL | 145º | 0.07% | 0.67% | - |
| HSV(B) | 145º | 0.07% | 0.69% | - |
| XYZ | 38.49 | 42.35 | 44.17 | - |
| YUV | 172.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 170 | 0.07 | 0 | 0.04 | 0.31 | 145 | 0.07 | 0.67 |
| Hex | A5 | B1 | AA | 7 | 0 | 4 | 1F | 91 | 7 | 43 |
| Octal | 245 | 261 | 252 | 7 | 0 | 4 | 37 | 221 | 7 | 103 |
| Binary | 10100101 | 10110001 | 10101010 | 111 | 0 | 100 | 11111 | 10010001 | 111 | 1000011 |
Color Harmonies of #A5B1AA
Complementary color
Monochromatic Colors of #A5B1AA
Black with #A5B1AA
Text Example
Text Example
White with #A5B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B1AA; }
p { color: rgb(165,177,170); }
H1.HeaderClassName
{
color: #A5B1AA;
}
.AnyTagClassName
{
color: #A5B1AA;
}
</style>
background-color css
<style>
a { background-color: #A5B1AA; }
a { background-color: rgb(165,177,170); }
div.DivClassName
{
background-color: #A5B1AA;
}
.BgClassName
{
background-color: #A5B1AA;
}
</style>
border-color css
<style>
span { border-color: #A5B1AA; }
span { border-color: rgb(165,177,170); }
td.TdClassName
{
border-color: #A5B1AA;
}
.TagClassName
{
border-color: #A5B1AA;
}
</style>