#A6AFA9

Color #A6AFA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #A6AFA9

Tints of Skeptic #A6AFA9

Color information

#A6AFA9 (or 0xA6AFA9) is unknown color: approx Skeptic. HEX triplet: A6, AF and A9. RGB value is (166,175,169). Sum of RGB (Red+Green+Blue) = 166+175+169=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFA9 is #595056. Grayscale: #ABABAB. Windows color (decimal): -5853271 or 11120550. OLE color: 11120550.

HSL color Cylindrical-coordinate representation of color #A6AFA9: hue angle of 140º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6AFA9 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB166175169-
CMYK0.0500.030.31
HSL140º5.33%66.86%-
HSV(B)140º5.14%68.63%-
XYZ38.2241.6343.56-
YUV171.62126.52123.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 169 (66.41% from 255) = 33.14%
R=32.55%
G=34.31%
B=33.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751690.0500.030.311405.3366.86
HexA6AFA95031F8c543
Octal246257251503372145103
Binary10100110101011111010100110101111111100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFA9; }

 p { color: rgb(166,175,169); }

 H1.HeaderClassName
 {
   color: #A6AFA9;
 }
 .AnyTagClassName
 {
   color: #A6AFA9;
 }
</style>
background-color css

<style>
 a { background-color: #A6AFA9; }

 a { background-color: rgb(166,175,169); }

 div.DivClassName
 {
   background-color: #A6AFA9;
 }
 .BgClassName
 {
   background-color: #A6AFA9;
 }
</style>
border-color css

<style>
 span { border-color: #A6AFA9; }

 span { border-color: rgb(166,175,169); }

 td.TdClassName
 {
   border-color: #A6AFA9;
 }
 .TagClassName
 {
   border-color: #A6AFA9;
 }
</style>