Shades of Skeptic #A1B7AE
Tints of Skeptic #A1B7AE
RGB
CMYK
RGB Variations
Color information
#A1B7AE (or 0xA1B7AE) is known color: Skeptic. HEX triplet: A1, B7 and AE. RGB value is (161,183,174). Sum of RGB (Red+Green+Blue) = 161+183+174=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B7AE is #5E4851. Grayscale: #AFAFAF. Windows color (decimal): -6178898 or 11450273. OLE color: 11450273.
HSL color Cylindrical-coordinate representation of color #A1B7AE: hue angle of 155.45º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B7AE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 174 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.28 |
| HSL | 155.45º | 0.13% | 0.67% | - |
| HSV(B) | 155.45º | 0.12% | 0.72% | - |
| XYZ | 39.27 | 44.5 | 46.56 | - |
| YUV | 175.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 174 | 0.12 | 0 | 0.05 | 0.28 | 155.45 | 0.13 | 0.67 |
| Hex | A1 | B7 | AE | C | 0 | 5 | 1C | 9B | D | 43 |
| Octal | 241 | 267 | 256 | 14 | 0 | 5 | 34 | 233 | 15 | 103 |
| Binary | 10100001 | 10110111 | 10101110 | 1100 | 0 | 101 | 11100 | 10011011 | 1101 | 1000011 |
Color Harmonies of #A1B7AE
Complementary color
Monochromatic Colors of #A1B7AE
Black with #A1B7AE
Text Example
Text Example
White with #A1B7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7AE; }
p { color: rgb(161,183,174); }
H1.HeaderClassName
{
color: #A1B7AE;
}
.AnyTagClassName
{
color: #A1B7AE;
}
</style>
background-color css
<style>
a { background-color: #A1B7AE; }
a { background-color: rgb(161,183,174); }
div.DivClassName
{
background-color: #A1B7AE;
}
.BgClassName
{
background-color: #A1B7AE;
}
</style>
border-color css
<style>
span { border-color: #A1B7AE; }
span { border-color: rgb(161,183,174); }
td.TdClassName
{
border-color: #A1B7AE;
}
.TagClassName
{
border-color: #A1B7AE;
}
</style>