#A3AFAA

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

Shades of Skeptic #A3AFAA

Tints of Skeptic #A3AFAA

Color information

#A3AFAA (or 0xA3AFAA) is unknown color: approx 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

RGB163175170-
CMYK0.0700.030.31
HSL155º6.98%66.27%-
HSV(B)155º6.86%68.63%-
XYZ37.6941.3544.02-
YUV170.84127.52122.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=32.09%
G=34.45%
B=33.46%

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
Decimal1631751700.0700.030.311556.9866.27
HexA3AFAA7031F9b742
Octal243257252703372337102
Binary10100011101011111010101011101111111100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>