Shades of Skeptic #A8B2AB
Tints of Skeptic #A8B2AB
RGB
CMYK
RGB Variations
Color information
#A8B2AB (or 0xA8B2AB) is known color: Skeptic. HEX triplet: A8, B2 and AB. RGB value is (168,178,171). Sum of RGB (Red+Green+Blue) = 168+178+171=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B2AB is #574D54. Grayscale: #AEAEAE. Windows color (decimal): -5721429 or 11252392. OLE color: 11252392.
HSL color Cylindrical-coordinate representation of color #A8B2AB: hue angle of 138º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8B2AB is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 178 | 171 | - |
CMYK | 0.06 | 0 | 0.04 | 0.30 |
HSL | 138º | 0.06% | 0.68% | - |
HSV(B) | 138º | 0.06% | 0.7% | - |
XYZ | 39.42 | 43.11 | 44.77 | - |
YUV | 174.21 | 126.19 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 178 | 171 | 0.06 | 0 | 0.04 | 0.30 | 138 | 0.06 | 0.68 |
Hex | A8 | B2 | AB | 6 | 0 | 4 | 1E | 8A | 6 | 44 |
Octal | 250 | 262 | 253 | 6 | 0 | 4 | 36 | 212 | 6 | 104 |
Binary | 10101000 | 10110010 | 10101011 | 110 | 0 | 100 | 11110 | 10001010 | 110 | 1000100 |
Color Harmonies of #A8B2AB
Complementary color
Monochromatic Colors of #A8B2AB
Black with #A8B2AB
Text Example
Text Example
White with #A8B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2AB; }
p { color: rgb(168,178,171); }
H1.HeaderClassName
{
color: #A8B2AB;
}
.AnyTagClassName
{
color: #A8B2AB;
}
</style>
background-color css
<style>
a { background-color: #A8B2AB; }
a { background-color: rgb(168,178,171); }
div.DivClassName
{
background-color: #A8B2AB;
}
.BgClassName
{
background-color: #A8B2AB;
}
</style>
border-color css
<style>
span { border-color: #A8B2AB; }
span { border-color: rgb(168,178,171); }
td.TdClassName
{
border-color: #A8B2AB;
}
.TagClassName
{
border-color: #A8B2AB;
}
</style>