Shades of Skeptic #A2B3AC
Tints of Skeptic #A2B3AC
RGB
CMYK
RGB Variations
Color information
#A2B3AC (or 0xA2B3AC) is known color: Skeptic. HEX triplet: A2, B3 and AC. RGB value is (162,179,172). Sum of RGB (Red+Green+Blue) = 162+179+172=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B3AC is #5D4C53. Grayscale: #ADADAD. Windows color (decimal): -6114388 or 11318178. OLE color: 11318178.
HSL color Cylindrical-coordinate representation of color #A2B3AC: hue angle of 155.29º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2B3AC is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 162 | 179 | 172 | - |
CMYK | 0.09 | 0 | 0.04 | 0.30 |
HSL | 155.29º | 0.1% | 0.67% | - |
HSV(B) | 155.29º | 0.09% | 0.7% | - |
XYZ | 38.47 | 42.9 | 45.28 | - |
YUV | 173.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 179 | 172 | 0.09 | 0 | 0.04 | 0.30 | 155.29 | 0.1 | 0.67 |
Hex | A2 | B3 | AC | 9 | 0 | 4 | 1E | 9B | A | 43 |
Octal | 242 | 263 | 254 | 11 | 0 | 4 | 36 | 233 | 12 | 103 |
Binary | 10100010 | 10110011 | 10101100 | 1001 | 0 | 100 | 11110 | 10011011 | 1010 | 1000011 |
Color Harmonies of #A2B3AC
Complementary color
Monochromatic Colors of #A2B3AC
Black with #A2B3AC
Text Example
Text Example
White with #A2B3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3AC; }
p { color: rgb(162,179,172); }
H1.HeaderClassName
{
color: #A2B3AC;
}
.AnyTagClassName
{
color: #A2B3AC;
}
</style>
background-color css
<style>
a { background-color: #A2B3AC; }
a { background-color: rgb(162,179,172); }
div.DivClassName
{
background-color: #A2B3AC;
}
.BgClassName
{
background-color: #A2B3AC;
}
</style>
border-color css
<style>
span { border-color: #A2B3AC; }
span { border-color: rgb(162,179,172); }
td.TdClassName
{
border-color: #A2B3AC;
}
.TagClassName
{
border-color: #A2B3AC;
}
</style>