Shades of Skeptic #A3B2AC
Tints of Skeptic #A3B2AC
RGB
CMYK
RGB Variations
Color information
#A3B2AC (or 0xA3B2AC) is known color: Skeptic. HEX triplet: A3, B2 and AC. RGB value is (163,178,172). Sum of RGB (Red+Green+Blue) = 163+178+172=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B2AC is #5C4D53. Grayscale: #ACACAC. Windows color (decimal): -6049108 or 11317923. OLE color: 11317923.
HSL color Cylindrical-coordinate representation of color #A3B2AC: hue angle of 156º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A3B2AC is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 172 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.30 |
| HSL | 156º | 0.09% | 0.67% | - |
| HSV(B) | 156º | 0.08% | 0.7% | - |
| XYZ | 38.47 | 42.61 | 45.23 | - |
| YUV | 172.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 172 | 0.08 | 0 | 0.03 | 0.30 | 156 | 0.09 | 0.67 |
| Hex | A3 | B2 | AC | 8 | 0 | 3 | 1E | 9C | 9 | 43 |
| Octal | 243 | 262 | 254 | 10 | 0 | 3 | 36 | 234 | 11 | 103 |
| Binary | 10100011 | 10110010 | 10101100 | 1000 | 0 | 11 | 11110 | 10011100 | 1001 | 1000011 |
Color Harmonies of #A3B2AC
Complementary color
Monochromatic Colors of #A3B2AC
Black with #A3B2AC
Text Example
Text Example
White with #A3B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B2AC; }
p { color: rgb(163,178,172); }
H1.HeaderClassName
{
color: #A3B2AC;
}
.AnyTagClassName
{
color: #A3B2AC;
}
</style>
background-color css
<style>
a { background-color: #A3B2AC; }
a { background-color: rgb(163,178,172); }
div.DivClassName
{
background-color: #A3B2AC;
}
.BgClassName
{
background-color: #A3B2AC;
}
</style>
border-color css
<style>
span { border-color: #A3B2AC; }
span { border-color: rgb(163,178,172); }
td.TdClassName
{
border-color: #A3B2AC;
}
.TagClassName
{
border-color: #A3B2AC;
}
</style>