#A2AFAA

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

Shades of Skeptic #A2AFAA

Tints of Skeptic #A2AFAA

Color information

#A2AFAA (or 0xA2AFAA) is unknown color: approx Skeptic. HEX triplet: A2, AF and AA. RGB value is (162,175,170). Sum of RGB (Red+Green+Blue) = 162+175+170=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFAA is #5D5055. Grayscale: #AAAAAA. Windows color (decimal): -6115414 or 11186082. OLE color: 11186082.

HSL color Cylindrical-coordinate representation of color #A2AFAA: hue angle of 156.92º degrees, saturation: 0.08, 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 #A2AFAA is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB162175170-
CMYK0.0700.030.31
HSL156.92º7.51%66.08%-
HSV(B)156.92º7.43%68.63%-
XYZ37.4941.2444.02-
YUV170.54127.69121.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=31.95%
G=34.52%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621751700.0700.030.31156.927.5166.08
HexA2AFAA7031F9d842
Octal2422572527033723510102
Binary101000101010111110101010111011111111001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFAA; }

 p { color: rgb(162,175,170); }

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

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

 a { background-color: rgb(162,175,170); }

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

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

 span { border-color: rgb(162,175,170); }

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