Shades of Skeptic #A3B1AB
Tints of Skeptic #A3B1AB
RGB
CMYK
RGB Variations
Color information
#A3B1AB (or 0xA3B1AB) is known color: Skeptic. HEX triplet: A3, B1 and AB. RGB value is (163,177,171). Sum of RGB (Red+Green+Blue) = 163+177+171=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B1AB is #5C4E54. Grayscale: #ACACAC. Windows color (decimal): -6049365 or 11252131. OLE color: 11252131.
HSL color Cylindrical-coordinate representation of color #A3B1AB: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3B1AB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 171 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.31 |
| HSL | 154.29º | 0.08% | 0.67% | - |
| HSV(B) | 154.29º | 0.08% | 0.69% | - |
| XYZ | 38.18 | 42.17 | 44.66 | - |
| YUV | 172.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 171 | 0.08 | 0 | 0.03 | 0.31 | 154.29 | 0.08 | 0.67 |
| Hex | A3 | B1 | AB | 8 | 0 | 3 | 1F | 9A | 8 | 43 |
| Octal | 243 | 261 | 253 | 10 | 0 | 3 | 37 | 232 | 10 | 103 |
| Binary | 10100011 | 10110001 | 10101011 | 1000 | 0 | 11 | 11111 | 10011010 | 1000 | 1000011 |
Color Harmonies of #A3B1AB
Complementary color
Monochromatic Colors of #A3B1AB
Black with #A3B1AB
Text Example
Text Example
White with #A3B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1AB; }
p { color: rgb(163,177,171); }
H1.HeaderClassName
{
color: #A3B1AB;
}
.AnyTagClassName
{
color: #A3B1AB;
}
</style>
background-color css
<style>
a { background-color: #A3B1AB; }
a { background-color: rgb(163,177,171); }
div.DivClassName
{
background-color: #A3B1AB;
}
.BgClassName
{
background-color: #A3B1AB;
}
</style>
border-color css
<style>
span { border-color: #A3B1AB; }
span { border-color: rgb(163,177,171); }
td.TdClassName
{
border-color: #A3B1AB;
}
.TagClassName
{
border-color: #A3B1AB;
}
</style>