#AFB0AC

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

Shades of Silver Chalice #AFB0AC

Tints of Silver Chalice #AFB0AC

Color information

#AFB0AC (or 0xAFB0AC) is unknown color: approx Silver Chalice. HEX triplet: AF, B0 and AC. RGB value is (175,176,172). Sum of RGB (Red+Green+Blue) = 175+176+172=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AC is #504F53. Grayscale: #AFAFAF. Windows color (decimal): -5263188 or 11317423. OLE color: 11317423.

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

Color convert

RGB175176172-
CMYK0.0100.020.31
HSL75º2.47%68.24%-
HSV(B)75º2.27%69.02%-
XYZ40.6543.1445.21-
YUV175.24126.17127.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=33.46%
G=33.65%
B=32.89%

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
Decimal1751761720.0100.020.31752.4768.24
HexAFB0AC1021F4b244
Octal257260254102371132104
Binary1010111110110000101011001010111111001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0AC; }

 p { color: rgb(175,176,172); }

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

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

 a { background-color: rgb(175,176,172); }

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

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

 span { border-color: rgb(175,176,172); }

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