Shades of Skeptic #A5B8AC
Tints of Skeptic #A5B8AC
RGB
CMYK
RGB Variations
Color information
#A5B8AC (or 0xA5B8AC) is known color: Skeptic. HEX triplet: A5, B8 and AC. RGB value is (165,184,172). Sum of RGB (Red+Green+Blue) = 165+184+172=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AC is #5A4753. Grayscale: #B0B0B0. Windows color (decimal): -5916500 or 11319461. OLE color: 11319461.
HSL color Cylindrical-coordinate representation of color #A5B8AC: hue angle of 142.11º degrees, saturation: 0.12, 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 #A5B8AC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 172 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.28 |
| HSL | 142.11º | 0.12% | 0.68% | - |
| HSV(B) | 142.11º | 0.1% | 0.72% | - |
| XYZ | 40.1 | 45.26 | 45.65 | - |
| YUV | 176.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 172 | 0.10 | 0 | 0.07 | 0.28 | 142.11 | 0.12 | 0.68 |
| Hex | A5 | B8 | AC | A | 0 | 7 | 1C | 8E | C | 44 |
| Octal | 245 | 270 | 254 | 12 | 0 | 7 | 34 | 216 | 14 | 104 |
| Binary | 10100101 | 10111000 | 10101100 | 1010 | 0 | 111 | 11100 | 10001110 | 1100 | 1000100 |
Color Harmonies of #A5B8AC
Complementary color
Monochromatic Colors of #A5B8AC
Black with #A5B8AC
Text Example
Text Example
White with #A5B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8AC; }
p { color: rgb(165,184,172); }
H1.HeaderClassName
{
color: #A5B8AC;
}
.AnyTagClassName
{
color: #A5B8AC;
}
</style>
background-color css
<style>
a { background-color: #A5B8AC; }
a { background-color: rgb(165,184,172); }
div.DivClassName
{
background-color: #A5B8AC;
}
.BgClassName
{
background-color: #A5B8AC;
}
</style>
border-color css
<style>
span { border-color: #A5B8AC; }
span { border-color: rgb(165,184,172); }
td.TdClassName
{
border-color: #A5B8AC;
}
.TagClassName
{
border-color: #A5B8AC;
}
</style>