Shades of Skeptic #A2B7AF
Tints of Skeptic #A2B7AF
RGB
CMYK
RGB Variations
Color information
#A2B7AF (or 0xA2B7AF) is known color: Skeptic. HEX triplet: A2, B7 and AF. RGB value is (162,183,175). Sum of RGB (Red+Green+Blue) = 162+183+175=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B7AF is #5D4850. Grayscale: #AFAFAF. Windows color (decimal): -6113361 or 11515810. OLE color: 11515810.
HSL color Cylindrical-coordinate representation of color #A2B7AF: hue angle of 157.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B7AF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
RGB | 162 | 183 | 175 | - |
CMYK | 0.11 | 0 | 0.04 | 0.28 |
HSL | 157.14º | 0.13% | 0.68% | - |
HSV(B) | 157.14º | 0.11% | 0.72% | - |
XYZ | 39.57 | 44.64 | 47.09 | - |
YUV | 175.81 | 127.54 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 183 | 175 | 0.11 | 0 | 0.04 | 0.28 | 157.14 | 0.13 | 0.68 |
Hex | A2 | B7 | AF | B | 0 | 4 | 1C | 9D | D | 44 |
Octal | 242 | 267 | 257 | 13 | 0 | 4 | 34 | 235 | 15 | 104 |
Binary | 10100010 | 10110111 | 10101111 | 1011 | 0 | 100 | 11100 | 10011101 | 1101 | 1000100 |
Color Harmonies of #A2B7AF
Complementary color
Monochromatic Colors of #A2B7AF
Black with #A2B7AF
Text Example
Text Example
White with #A2B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B7AF; }
p { color: rgb(162,183,175); }
H1.HeaderClassName
{
color: #A2B7AF;
}
.AnyTagClassName
{
color: #A2B7AF;
}
</style>
background-color css
<style>
a { background-color: #A2B7AF; }
a { background-color: rgb(162,183,175); }
div.DivClassName
{
background-color: #A2B7AF;
}
.BgClassName
{
background-color: #A2B7AF;
}
</style>
border-color css
<style>
span { border-color: #A2B7AF; }
span { border-color: rgb(162,183,175); }
td.TdClassName
{
border-color: #A2B7AF;
}
.TagClassName
{
border-color: #A2B7AF;
}
</style>