#AFB2A8

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

Shades of Silver Chalice #AFB2A8

Tints of Silver Chalice #AFB2A8

Color information

#AFB2A8 (or 0xAFB2A8) is unknown color: approx Silver Chalice. HEX triplet: AF, B2 and A8. RGB value is (175,178,168). Sum of RGB (Red+Green+Blue) = 175+178+168=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2A8 is #504D57. Grayscale: #AFAFAF. Windows color (decimal): -5262680 or 11055791. OLE color: 11055791.

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

Color convert

RGB175178168-
CMYK0.0200.060.30
HSL78º6.1%67.84%-
HSV(B)78º5.62%69.8%-
XYZ40.6743.7843.35-
YUV175.96123.51127.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=33.59%
G=34.17%
B=32.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781680.0200.060.30786.167.84
HexAFB2A82061E4e644
Octal257262250206361166104
Binary1010111110110010101010001001101111010011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2A8; }

 p { color: rgb(175,178,168); }

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

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

 a { background-color: rgb(175,178,168); }

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

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

 span { border-color: rgb(175,178,168); }

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