Shades of Skeptic #A5B2AA
Tints of Skeptic #A5B2AA
RGB
CMYK
RGB Variations
Color information
#A5B2AA (or 0xA5B2AA) is known color: Skeptic. HEX triplet: A5, B2 and AA. RGB value is (165,178,170). Sum of RGB (Red+Green+Blue) = 165+178+170=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B2AA is #5A4D55. Grayscale: #ADADAD. Windows color (decimal): -5918038 or 11186853. OLE color: 11186853.
HSL color Cylindrical-coordinate representation of color #A5B2AA: hue angle of 143.08º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5B2AA is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 170 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.30 |
| HSL | 143.08º | 0.08% | 0.67% | - |
| HSV(B) | 143.08º | 0.07% | 0.7% | - |
| XYZ | 38.69 | 42.74 | 44.24 | - |
| YUV | 173.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 170 | 0.07 | 0 | 0.04 | 0.30 | 143.08 | 0.08 | 0.67 |
| Hex | A5 | B2 | AA | 7 | 0 | 4 | 1E | 8F | 8 | 43 |
| Octal | 245 | 262 | 252 | 7 | 0 | 4 | 36 | 217 | 10 | 103 |
| Binary | 10100101 | 10110010 | 10101010 | 111 | 0 | 100 | 11110 | 10001111 | 1000 | 1000011 |
Color Harmonies of #A5B2AA
Complementary color
Monochromatic Colors of #A5B2AA
Black with #A5B2AA
Text Example
Text Example
White with #A5B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B2AA; }
p { color: rgb(165,178,170); }
H1.HeaderClassName
{
color: #A5B2AA;
}
.AnyTagClassName
{
color: #A5B2AA;
}
</style>
background-color css
<style>
a { background-color: #A5B2AA; }
a { background-color: rgb(165,178,170); }
div.DivClassName
{
background-color: #A5B2AA;
}
.BgClassName
{
background-color: #A5B2AA;
}
</style>
border-color css
<style>
span { border-color: #A5B2AA; }
span { border-color: rgb(165,178,170); }
td.TdClassName
{
border-color: #A5B2AA;
}
.TagClassName
{
border-color: #A5B2AA;
}
</style>