Shades of Skeptic #A2B5AC
Tints of Skeptic #A2B5AC
RGB
CMYK
RGB Variations
Color information
#A2B5AC (or 0xA2B5AC) is known color: Skeptic. HEX triplet: A2, B5 and AC. RGB value is (162,181,172). Sum of RGB (Red+Green+Blue) = 162+181+172=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5AC is #5D4A53. Grayscale: #AEAEAE. Windows color (decimal): -6113876 or 11318690. OLE color: 11318690.
HSL color Cylindrical-coordinate representation of color #A2B5AC: hue angle of 151.58º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B5AC is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 181 | 172 | - |
CMYK | 0.10 | 0 | 0.05 | 0.29 |
HSL | 151.58º | 0.11% | 0.67% | - |
HSV(B) | 151.58º | 0.1% | 0.71% | - |
XYZ | 38.87 | 43.71 | 45.42 | - |
YUV | 174.29 | 126.71 | 119.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 181 | 172 | 0.10 | 0 | 0.05 | 0.29 | 151.58 | 0.11 | 0.67 |
Hex | A2 | B5 | AC | A | 0 | 5 | 1D | 98 | B | 43 |
Octal | 242 | 265 | 254 | 12 | 0 | 5 | 35 | 230 | 13 | 103 |
Binary | 10100010 | 10110101 | 10101100 | 1010 | 0 | 101 | 11101 | 10011000 | 1011 | 1000011 |
Color Harmonies of #A2B5AC
Complementary color
Monochromatic Colors of #A2B5AC
Black with #A2B5AC
Text Example
Text Example
White with #A2B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B5AC; }
p { color: rgb(162,181,172); }
H1.HeaderClassName
{
color: #A2B5AC;
}
.AnyTagClassName
{
color: #A2B5AC;
}
</style>
background-color css
<style>
a { background-color: #A2B5AC; }
a { background-color: rgb(162,181,172); }
div.DivClassName
{
background-color: #A2B5AC;
}
.BgClassName
{
background-color: #A2B5AC;
}
</style>
border-color css
<style>
span { border-color: #A2B5AC; }
span { border-color: rgb(162,181,172); }
td.TdClassName
{
border-color: #A2B5AC;
}
.TagClassName
{
border-color: #A2B5AC;
}
</style>