#AFB7A9

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

Shades of Silver Chalice #AFB7A9

Tints of Silver Chalice #AFB7A9

Color information

#AFB7A9 (or 0xAFB7A9) is unknown color: approx Silver Chalice. HEX triplet: AF, B7 and A9. RGB value is (175,183,169). Sum of RGB (Red+Green+Blue) = 175+183+169=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7A9 is #504856. Grayscale: #B3B3B3. Windows color (decimal): -5261399 or 11122607. OLE color: 11122607.

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

Color convert

RGB175183169-
CMYK0.0400.080.28
HSL94.29º8.86%69.02%-
HSV(B)94.29º7.65%71.76%-
XYZ41.7745.8544.18-
YUV179.01122.35125.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=33.21%
G=34.72%
B=32.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831690.0400.080.2894.298.8669.02
HexAFB7A94081C5e945
Octal25726725140103413611105
Binary1010111110110111101010011000100011100101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7A9; }

 p { color: rgb(175,183,169); }

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

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

 a { background-color: rgb(175,183,169); }

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

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

 span { border-color: rgb(175,183,169); }

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