#AFB1AB

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

Shades of Silver Chalice #AFB1AB

Tints of Silver Chalice #AFB1AB

Color information

#AFB1AB (or 0xAFB1AB) is unknown color: approx Silver Chalice. HEX triplet: AF, B1 and AB. RGB value is (175,177,171). Sum of RGB (Red+Green+Blue) = 175+177+171=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1AB is #504E54. Grayscale: #AFAFAF. Windows color (decimal): -5262933 or 11252143. OLE color: 11252143.

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

Color convert

RGB175177171-
CMYK0.0100.030.31
HSL80º3.7%68.24%-
HSV(B)80º3.39%69.41%-
XYZ40.7543.544.78-
YUV175.72125.34127.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=33.46%
G=33.84%
B=32.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771710.0100.030.31803.768.24
HexAFB1AB1031F50444
Octal257261253103371204104
Binary10101111101100011010101110111111110100001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1AB; }

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

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

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

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

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

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

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

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