Shades of Skeptic #A1B5A8
Tints of Skeptic #A1B5A8
RGB
CMYK
RGB Variations
Color information
#A1B5A8 (or 0xA1B5A8) is known color: Skeptic. HEX triplet: A1, B5 and A8. RGB value is (161,181,168). Sum of RGB (Red+Green+Blue) = 161+181+168=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5A8 is #5E4A57. Grayscale: #ADADAD. Windows color (decimal): -6179416 or 11056545. OLE color: 11056545.
HSL color Cylindrical-coordinate representation of color #A1B5A8: hue angle of 141º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B5A8 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 181 | 168 | - |
CMYK | 0.11 | 0 | 0.07 | 0.29 |
HSL | 141º | 0.12% | 0.67% | - |
HSV(B) | 141º | 0.11% | 0.71% | - |
XYZ | 38.29 | 43.45 | 43.41 | - |
YUV | 173.54 | 124.87 | 119.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 181 | 168 | 0.11 | 0 | 0.07 | 0.29 | 141 | 0.12 | 0.67 |
Hex | A1 | B5 | A8 | B | 0 | 7 | 1D | 8D | C | 43 |
Octal | 241 | 265 | 250 | 13 | 0 | 7 | 35 | 215 | 14 | 103 |
Binary | 10100001 | 10110101 | 10101000 | 1011 | 0 | 111 | 11101 | 10001101 | 1100 | 1000011 |
Color Harmonies of #A1B5A8
Complementary color
Monochromatic Colors of #A1B5A8
Black with #A1B5A8
Text Example
Text Example
White with #A1B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5A8; }
p { color: rgb(161,181,168); }
H1.HeaderClassName
{
color: #A1B5A8;
}
.AnyTagClassName
{
color: #A1B5A8;
}
</style>
background-color css
<style>
a { background-color: #A1B5A8; }
a { background-color: rgb(161,181,168); }
div.DivClassName
{
background-color: #A1B5A8;
}
.BgClassName
{
background-color: #A1B5A8;
}
</style>
border-color css
<style>
span { border-color: #A1B5A8; }
span { border-color: rgb(161,181,168); }
td.TdClassName
{
border-color: #A1B5A8;
}
.TagClassName
{
border-color: #A1B5A8;
}
</style>