#A8AFA0

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

Shades of Silver Chalice #A8AFA0

Tints of Silver Chalice #A8AFA0

Color information

#A8AFA0 (or 0xA8AFA0) is unknown color: approx Silver Chalice. HEX triplet: A8, AF and A0. RGB value is (168,175,160). Sum of RGB (Red+Green+Blue) = 168+175+160=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA0 is #57505F. Grayscale: #ABABAB. Windows color (decimal): -5722208 or 10530728. OLE color: 10530728.

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

Color convert

RGB168175160-
CMYK0.0400.090.31
HSL88º8.57%65.69%-
HSV(B)88º8.57%68.63%-
XYZ37.8241.5239.28-
YUV171.2121.68125.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=33.40%
G=34.79%
B=31.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751600.0400.090.31888.5765.69
HexA8AFA04091F58942
Octal25025724040113713011102
Binary1010100010101111101000001000100111111101100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFA0; }

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

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

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

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

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

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

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

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