#AFB1AD

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

Shades of Silver Chalice #AFB1AD

Tints of Silver Chalice #AFB1AD

Color information

#AFB1AD (or 0xAFB1AD) is unknown color: approx Silver Chalice. HEX triplet: AF, B1 and AD. RGB value is (175,177,173). Sum of RGB (Red+Green+Blue) = 175+177+173=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1AD is #504E52. Grayscale: #AFAFAF. Windows color (decimal): -5262931 or 11383215. OLE color: 11383215.

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

Color convert

RGB175177173-
CMYK0.0100.020.31
HSL90º2.5%68.63%-
HSV(B)90º2.26%69.41%-
XYZ40.9443.5845.79-
YUV175.95126.34127.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=33.33%
G=33.71%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771730.0100.020.31902.568.63
HexAFB1AD1021F5a345
Octal257261255102371323105
Binary1010111110110001101011011010111111011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1AD; }

 p { color: rgb(175,177,173); }

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

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

 a { background-color: rgb(175,177,173); }

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

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

 span { border-color: rgb(175,177,173); }

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