Shades of Skeptic #A2B5A9
Tints of Skeptic #A2B5A9
RGB
CMYK
RGB Variations
Color information
#A2B5A9 (or 0xA2B5A9) is known color: Skeptic. HEX triplet: A2, B5 and A9. RGB value is (162,181,169). Sum of RGB (Red+Green+Blue) = 162+181+169=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5A9 is #5D4A56. Grayscale: #ADADAD. Windows color (decimal): -6113879 or 11122082. OLE color: 11122082.
HSL color Cylindrical-coordinate representation of color #A2B5A9: hue angle of 142.11º 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 #A2B5A9 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 181 | 169 | - |
CMYK | 0.10 | 0 | 0.07 | 0.29 |
HSL | 142.11º | 0.11% | 0.67% | - |
HSV(B) | 142.11º | 0.1% | 0.71% | - |
XYZ | 38.59 | 43.59 | 43.92 | - |
YUV | 173.95 | 125.21 | 119.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 181 | 169 | 0.10 | 0 | 0.07 | 0.29 | 142.11 | 0.11 | 0.67 |
Hex | A2 | B5 | A9 | A | 0 | 7 | 1D | 8E | B | 43 |
Octal | 242 | 265 | 251 | 12 | 0 | 7 | 35 | 216 | 13 | 103 |
Binary | 10100010 | 10110101 | 10101001 | 1010 | 0 | 111 | 11101 | 10001110 | 1011 | 1000011 |
Color Harmonies of #A2B5A9
Complementary color
Monochromatic Colors of #A2B5A9
Black with #A2B5A9
Text Example
Text Example
White with #A2B5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B5A9; }
p { color: rgb(162,181,169); }
H1.HeaderClassName
{
color: #A2B5A9;
}
.AnyTagClassName
{
color: #A2B5A9;
}
</style>
background-color css
<style>
a { background-color: #A2B5A9; }
a { background-color: rgb(162,181,169); }
div.DivClassName
{
background-color: #A2B5A9;
}
.BgClassName
{
background-color: #A2B5A9;
}
</style>
border-color css
<style>
span { border-color: #A2B5A9; }
span { border-color: rgb(162,181,169); }
td.TdClassName
{
border-color: #A2B5A9;
}
.TagClassName
{
border-color: #A2B5A9;
}
</style>