Shades of Skeptic #A5B7AC
Tints of Skeptic #A5B7AC
RGB
CMYK
RGB Variations
Color information
#A5B7AC (or 0xA5B7AC) is known color: Skeptic. HEX triplet: A5, B7 and AC. RGB value is (165,183,172). Sum of RGB (Red+Green+Blue) = 165+183+172=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7AC is #5A4853. Grayscale: #B0B0B0. Windows color (decimal): -5916756 or 11319205. OLE color: 11319205.
HSL color Cylindrical-coordinate representation of color #A5B7AC: hue angle of 143.33º 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 #A5B7AC is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 172 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.28 |
| HSL | 143.33º | 0.11% | 0.68% | - |
| HSV(B) | 143.33º | 0.1% | 0.72% | - |
| XYZ | 39.9 | 44.84 | 45.58 | - |
| YUV | 176.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 172 | 0.10 | 0 | 0.06 | 0.28 | 143.33 | 0.11 | 0.68 |
| Hex | A5 | B7 | AC | A | 0 | 6 | 1C | 8F | B | 44 |
| Octal | 245 | 267 | 254 | 12 | 0 | 6 | 34 | 217 | 13 | 104 |
| Binary | 10100101 | 10110111 | 10101100 | 1010 | 0 | 110 | 11100 | 10001111 | 1011 | 1000100 |
Color Harmonies of #A5B7AC
Complementary color
Monochromatic Colors of #A5B7AC
Black with #A5B7AC
Text Example
Text Example
White with #A5B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7AC; }
p { color: rgb(165,183,172); }
H1.HeaderClassName
{
color: #A5B7AC;
}
.AnyTagClassName
{
color: #A5B7AC;
}
</style>
background-color css
<style>
a { background-color: #A5B7AC; }
a { background-color: rgb(165,183,172); }
div.DivClassName
{
background-color: #A5B7AC;
}
.BgClassName
{
background-color: #A5B7AC;
}
</style>
border-color css
<style>
span { border-color: #A5B7AC; }
span { border-color: rgb(165,183,172); }
td.TdClassName
{
border-color: #A5B7AC;
}
.TagClassName
{
border-color: #A5B7AC;
}
</style>