Shades of Skeptic #A4B0AB
Tints of Skeptic #A4B0AB
RGB
CMYK
RGB Variations
Color information
#A4B0AB (or 0xA4B0AB) is known color: Skeptic. HEX triplet: A4, B0 and AB. RGB value is (164,176,171). Sum of RGB (Red+Green+Blue) = 164+176+171=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B0AB is #5B4F54. Grayscale: #ABABAB. Windows color (decimal): -5984085 or 11251876. OLE color: 11251876.
HSL color Cylindrical-coordinate representation of color #A4B0AB: hue angle of 155º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4B0AB is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 171 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.31 |
| HSL | 155º | 0.07% | 0.67% | - |
| HSV(B) | 155º | 0.07% | 0.69% | - |
| XYZ | 38.19 | 41.88 | 44.6 | - |
| YUV | 171.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 171 | 0.07 | 0 | 0.03 | 0.31 | 155 | 0.07 | 0.67 |
| Hex | A4 | B0 | AB | 7 | 0 | 3 | 1F | 9B | 7 | 43 |
| Octal | 244 | 260 | 253 | 7 | 0 | 3 | 37 | 233 | 7 | 103 |
| Binary | 10100100 | 10110000 | 10101011 | 111 | 0 | 11 | 11111 | 10011011 | 111 | 1000011 |
Color Harmonies of #A4B0AB
Complementary color
Monochromatic Colors of #A4B0AB
Black with #A4B0AB
Text Example
Text Example
White with #A4B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0AB; }
p { color: rgb(164,176,171); }
H1.HeaderClassName
{
color: #A4B0AB;
}
.AnyTagClassName
{
color: #A4B0AB;
}
</style>
background-color css
<style>
a { background-color: #A4B0AB; }
a { background-color: rgb(164,176,171); }
div.DivClassName
{
background-color: #A4B0AB;
}
.BgClassName
{
background-color: #A4B0AB;
}
</style>
border-color css
<style>
span { border-color: #A4B0AB; }
span { border-color: rgb(164,176,171); }
td.TdClassName
{
border-color: #A4B0AB;
}
.TagClassName
{
border-color: #A4B0AB;
}
</style>