#A8AFA1

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

Shades of Silver Chalice #A8AFA1

Tints of Silver Chalice #A8AFA1

Color information

#A8AFA1 (or 0xA8AFA1) is unknown color: approx Silver Chalice. HEX triplet: A8, AF and A1. RGB value is (168,175,161). Sum of RGB (Red+Green+Blue) = 168+175+161=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA1 is #57505E. Grayscale: #ABABAB. Windows color (decimal): -5722207 or 10596264. OLE color: 10596264.

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

Color convert

RGB168175161-
CMYK0.0400.080.31
HSL90º8.05%65.88%-
HSV(B)90º8%68.63%-
XYZ37.9141.5639.74-
YUV171.31122.18125.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=33.33%
G=34.72%
B=31.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751610.0400.080.31908.0565.88
HexA8AFA14081F5a842
Octal25025724140103713210102
Binary1010100010101111101000011000100011111101101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFA1; }

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

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

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

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

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

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

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

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