#AFB6A7

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

Shades of Silver Chalice #AFB6A7

Tints of Silver Chalice #AFB6A7

Color information

#AFB6A7 (or 0xAFB6A7) is unknown color: approx Silver Chalice. HEX triplet: AF, B6 and A7. RGB value is (175,182,167). Sum of RGB (Red+Green+Blue) = 175+182+167=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB6A7 is #504958. Grayscale: #B2B2B2. Windows color (decimal): -5261657 or 10991279. OLE color: 10991279.

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

Color convert

RGB175182167-
CMYK0.0400.080.29
HSL88º9.32%68.43%-
HSV(B)88º8.24%71.37%-
XYZ41.3845.3643.13-
YUV178.2121.68125.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=33.40%
G=34.73%
B=31.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821670.0400.080.29889.3268.43
HexAFB6A74081D58944
Octal25726624740103513011104
Binary1010111110110110101001111000100011101101100010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6A7; }

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

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

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

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

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

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

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

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