#A6AFA0

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

Shades of Silver Chalice #A6AFA0

Tints of Silver Chalice #A6AFA0

Color information

#A6AFA0 (or 0xA6AFA0) is unknown color: approx Silver Chalice. HEX triplet: A6, AF and A0. RGB value is (166,175,160). Sum of RGB (Red+Green+Blue) = 166+175+160=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFA0 is #59505F. Grayscale: #AAAAAA. Windows color (decimal): -5853280 or 10530726. OLE color: 10530726.

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

Color convert

RGB166175160-
CMYK0.0500.090.31
HSL96º8.57%65.69%-
HSV(B)96º8.57%68.63%-
XYZ37.441.3139.26-
YUV170.6122.02124.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=33.13%
G=34.93%
B=31.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751600.0500.090.31968.5765.69
HexA6AFA05091F60942
Octal24625724050113714011102
Binary1010011010101111101000001010100111111110000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFA0; }

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

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

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

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

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

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

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

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