Shades of Skeptic #A8AFAB
Tints of Skeptic #A8AFAB
RGB
CMYK
RGB Variations
Color information
#A8AFAB (or 0xA8AFAB) is known color: Skeptic. HEX triplet: A8, AF and AB. RGB value is (168,175,171). Sum of RGB (Red+Green+Blue) = 168+175+171=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAB is #575054. Grayscale: #ACACAC. Windows color (decimal): -5722197 or 11251624. OLE color: 11251624.
HSL color Cylindrical-coordinate representation of color #A8AFAB: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8AFAB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 171 | - |
CMYK | 0.04 | 0 | 0.02 | 0.31 |
HSL | 145.71º | 0.04% | 0.67% | - |
HSV(B) | 145.71º | 0.04% | 0.69% | - |
XYZ | 38.83 | 41.93 | 44.57 | - |
YUV | 172.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 171 | 0.04 | 0 | 0.02 | 0.31 | 145.71 | 0.04 | 0.67 |
Hex | A8 | AF | AB | 4 | 0 | 2 | 1F | 92 | 4 | 43 |
Octal | 250 | 257 | 253 | 4 | 0 | 2 | 37 | 222 | 4 | 103 |
Binary | 10101000 | 10101111 | 10101011 | 100 | 0 | 10 | 11111 | 10010010 | 100 | 1000011 |
Color Harmonies of #A8AFAB
Complementary color
Monochromatic Colors of #A8AFAB
Black with #A8AFAB
Text Example
Text Example
White with #A8AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFAB; }
p { color: rgb(168,175,171); }
H1.HeaderClassName
{
color: #A8AFAB;
}
.AnyTagClassName
{
color: #A8AFAB;
}
</style>
background-color css
<style>
a { background-color: #A8AFAB; }
a { background-color: rgb(168,175,171); }
div.DivClassName
{
background-color: #A8AFAB;
}
.BgClassName
{
background-color: #A8AFAB;
}
</style>
border-color css
<style>
span { border-color: #A8AFAB; }
span { border-color: rgb(168,175,171); }
td.TdClassName
{
border-color: #A8AFAB;
}
.TagClassName
{
border-color: #A8AFAB;
}
</style>