Shades of Skeptic #A8B2AC
Tints of Skeptic #A8B2AC
RGB
CMYK
RGB Variations
Color information
#A8B2AC (or 0xA8B2AC) is known color: Skeptic. HEX triplet: A8, B2 and AC. RGB value is (168,178,172). Sum of RGB (Red+Green+Blue) = 168+178+172=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B2AC is #574D53. Grayscale: #AEAEAE. Windows color (decimal): -5721428 or 11317928. OLE color: 11317928.
HSL color Cylindrical-coordinate representation of color #A8B2AC: hue angle of 144º 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 #A8B2AC is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 178 | 172 | - |
CMYK | 0.06 | 0 | 0.03 | 0.30 |
HSL | 144º | 0.06% | 0.68% | - |
HSV(B) | 144º | 0.06% | 0.7% | - |
XYZ | 39.52 | 43.14 | 45.27 | - |
YUV | 174.33 | 126.69 | 123.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 178 | 172 | 0.06 | 0 | 0.03 | 0.30 | 144 | 0.06 | 0.68 |
Hex | A8 | B2 | AC | 6 | 0 | 3 | 1E | 90 | 6 | 44 |
Octal | 250 | 262 | 254 | 6 | 0 | 3 | 36 | 220 | 6 | 104 |
Binary | 10101000 | 10110010 | 10101100 | 110 | 0 | 11 | 11110 | 10010000 | 110 | 1000100 |
Color Harmonies of #A8B2AC
Complementary color
Monochromatic Colors of #A8B2AC
Black with #A8B2AC
Text Example
Text Example
White with #A8B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2AC; }
p { color: rgb(168,178,172); }
H1.HeaderClassName
{
color: #A8B2AC;
}
.AnyTagClassName
{
color: #A8B2AC;
}
</style>
background-color css
<style>
a { background-color: #A8B2AC; }
a { background-color: rgb(168,178,172); }
div.DivClassName
{
background-color: #A8B2AC;
}
.BgClassName
{
background-color: #A8B2AC;
}
</style>
border-color css
<style>
span { border-color: #A8B2AC; }
span { border-color: rgb(168,178,172); }
td.TdClassName
{
border-color: #A8B2AC;
}
.TagClassName
{
border-color: #A8B2AC;
}
</style>