#AFB6A9

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

Shades of Silver Chalice #AFB6A9

Tints of Silver Chalice #AFB6A9

Color information

#AFB6A9 (or 0xAFB6A9) is unknown color: approx Silver Chalice. HEX triplet: AF, B6 and A9. RGB value is (175,182,169). Sum of RGB (Red+Green+Blue) = 175+182+169=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6A9 is #504956. Grayscale: #B2B2B2. Windows color (decimal): -5261655 or 11122351. OLE color: 11122351.

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

Color convert

RGB175182169-
CMYK0.0400.070.29
HSL92.31º8.18%68.82%-
HSV(B)92.31º7.14%71.37%-
XYZ41.5745.4344.11-
YUV178.42122.68125.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=33.27%
G=34.60%
B=32.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821690.0400.070.2992.318.1868.82
HexAFB6A94071D5c845
Octal2572662514073513410105
Binary101011111011011010101001100011111101101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6A9; }

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

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

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

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

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

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

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

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