#A1AFAA

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

Shades of Skeptic #A1AFAA

Tints of Skeptic #A1AFAA

Color information

#A1AFAA (or 0xA1AFAA) is unknown color: approx Skeptic. HEX triplet: A1, AF and AA. RGB value is (161,175,170). Sum of RGB (Red+Green+Blue) = 161+175+170=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAA is #5E5055. Grayscale: #AAAAAA. Windows color (decimal): -6180950 or 11186081. OLE color: 11186081.

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

Color convert

RGB161175170-
CMYK0.0800.030.31
HSL158.57º8.05%65.88%-
HSV(B)158.57º8%68.63%-
XYZ37.2841.1444.01-
YUV170.24127.86121.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=31.82%
G=34.58%
B=33.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751700.0800.030.31158.578.0565.88
HexA1AFAA8031F9f842
Octal24125725210033723710102
Binary1010000110101111101010101000011111111001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFAA; }

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

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

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

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

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

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

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

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