#AFB0AD

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

Shades of Silver Chalice #AFB0AD

Tints of Silver Chalice #AFB0AD

Color information

#AFB0AD (or 0xAFB0AD) is unknown color: approx Silver Chalice. HEX triplet: AF, B0 and AD. RGB value is (175,176,173). Sum of RGB (Red+Green+Blue) = 175+176+173=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AD is #504F52. Grayscale: #AFAFAF. Windows color (decimal): -5263187 or 11382959. OLE color: 11382959.

HSL color Cylindrical-coordinate representation of color #AFB0AD: hue angle of 80º 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 #AFB0AD is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175176173-
CMYK0.0100.020.31
HSL80º1.86%68.43%-
HSV(B)80º1.7%69.02%-
XYZ40.7543.1845.72-
YUV175.36126.67127.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=33.40%
G=33.59%
B=33.02%

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
Decimal1751761730.0100.020.31801.8668.43
HexAFB0AD1021F50244
Octal257260255102371202104
Binary1010111110110000101011011010111111010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0AD; }

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

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

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

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

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

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

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

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