Shades of Skeptic #A3AFAA
Tints of Skeptic #A3AFAA
RGB
CMYK
RGB Variations
Color information
#A3AFAA (or 0xA3AFAA) is known color: Skeptic. HEX triplet: A3, AF and AA. RGB value is (163,175,170). Sum of RGB (Red+Green+Blue) = 163+175+170=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFAA is #5C5055. Grayscale: #AAAAAA. Windows color (decimal): -6049878 or 11186083. OLE color: 11186083.
HSL color Cylindrical-coordinate representation of color #A3AFAA: hue angle of 155º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3AFAA is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 170 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.31 |
| HSL | 155º | 0.07% | 0.66% | - |
| HSV(B) | 155º | 0.07% | 0.69% | - |
| XYZ | 37.69 | 41.35 | 44.02 | - |
| YUV | 170.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 170 | 0.07 | 0 | 0.03 | 0.31 | 155 | 0.07 | 0.66 |
| Hex | A3 | AF | AA | 7 | 0 | 3 | 1F | 9B | 7 | 42 |
| Octal | 243 | 257 | 252 | 7 | 0 | 3 | 37 | 233 | 7 | 102 |
| Binary | 10100011 | 10101111 | 10101010 | 111 | 0 | 11 | 11111 | 10011011 | 111 | 1000010 |
Color Harmonies of #A3AFAA
Complementary color
Monochromatic Colors of #A3AFAA
Black with #A3AFAA
Text Example
Text Example
White with #A3AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFAA; }
p { color: rgb(163,175,170); }
H1.HeaderClassName
{
color: #A3AFAA;
}
.AnyTagClassName
{
color: #A3AFAA;
}
</style>
background-color css
<style>
a { background-color: #A3AFAA; }
a { background-color: rgb(163,175,170); }
div.DivClassName
{
background-color: #A3AFAA;
}
.BgClassName
{
background-color: #A3AFAA;
}
</style>
border-color css
<style>
span { border-color: #A3AFAA; }
span { border-color: rgb(163,175,170); }
td.TdClassName
{
border-color: #A3AFAA;
}
.TagClassName
{
border-color: #A3AFAA;
}
</style>