#A8AF9F

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

Shades of Silver Chalice #A8AF9F

Tints of Silver Chalice #A8AF9F

Color information

#A8AF9F (or 0xA8AF9F) is unknown color: approx Silver Chalice. HEX triplet: A8, AF and 9F. RGB value is (168,175,159). Sum of RGB (Red+Green+Blue) = 168+175+159=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF9F is #575060. Grayscale: #ABABAB. Windows color (decimal): -5722209 or 10465192. OLE color: 10465192.

HSL color Cylindrical-coordinate representation of color #A8AF9F: hue angle of 86.25º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AF9F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB168175159-
CMYK0.0400.090.31
HSL86.25º9.09%65.49%-
HSV(B)86.25º9.14%68.63%-
XYZ37.7441.4938.82-
YUV171.08121.18125.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=33.47%
G=34.86%
B=31.67%

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
Decimal1681751590.0400.090.3186.259.0965.49
HexA8AF9F4091F56941
Octal25025723740113712611101
Binary1010100010101111100111111000100111111101011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF9F; }

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

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

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

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

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

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

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

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