#A0AFA9

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

Shades of Skeptic #A0AFA9

Tints of Skeptic #A0AFA9

Color information

#A0AFA9 (or 0xA0AFA9) is unknown color: approx Skeptic. HEX triplet: A0, AF and A9. RGB value is (160,175,169). Sum of RGB (Red+Green+Blue) = 160+175+169=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFA9 is #5F5056. Grayscale: #A9A9A9. Windows color (decimal): -6246487 or 11120544. OLE color: 11120544.

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

Color convert

RGB160175169-
CMYK0.0900.030.31
HSL156º8.57%65.69%-
HSV(B)156º8.57%68.63%-
XYZ36.994143.5-
YUV169.83127.53120.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=31.75%
G=34.72%
B=33.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751690.0900.030.311568.5765.69
HexA0AFA99031F9c942
Octal24025725111033723411102
Binary1010000010101111101010011001011111111001110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFA9; }

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

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

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

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

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

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

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

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