#A7AFA0

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

Shades of Silver Chalice #A7AFA0

Tints of Silver Chalice #A7AFA0

Color information

#A7AFA0 (or 0xA7AFA0) is unknown color: approx Silver Chalice. HEX triplet: A7, AF and A0. RGB value is (167,175,160). Sum of RGB (Red+Green+Blue) = 167+175+160=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFA0 is #58505F. Grayscale: #AAAAAA. Windows color (decimal): -5787744 or 10530727. OLE color: 10530727.

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

Color convert

RGB167175160-
CMYK0.0500.090.31
HSL92º8.57%65.69%-
HSV(B)92º8.57%68.63%-
XYZ37.6141.4139.27-
YUV170.9121.85125.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=33.27%
G=34.86%
B=31.87%

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
Decimal1671751600.0500.090.31928.5765.69
HexA7AFA05091F5c942
Octal24725724050113713411102
Binary1010011110101111101000001010100111111101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFA0; }

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

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

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

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

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

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

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

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