#AFB2AB

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

Shades of Silver Chalice #AFB2AB

Tints of Silver Chalice #AFB2AB

Color information

#AFB2AB (or 0xAFB2AB) is unknown color: approx Silver Chalice. HEX triplet: AF, B2 and AB. RGB value is (175,178,171). Sum of RGB (Red+Green+Blue) = 175+178+171=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2AB is #504D54. Grayscale: #B0B0B0. Windows color (decimal): -5262677 or 11252399. OLE color: 11252399.

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

Color convert

RGB175178171-
CMYK0.0200.040.30
HSL85.71º4.35%68.43%-
HSV(B)85.71º3.93%69.8%-
XYZ40.9543.944.84-
YUV176.3125.01127.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=33.40%
G=33.97%
B=32.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781710.0200.040.3085.714.3568.43
HexAFB2AB2041E56444
Octal257262253204361264104
Binary1010111110110010101010111001001111010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2AB; }

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

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

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

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

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

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

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

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