#AFB3AB

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

Shades of Silver Chalice #AFB3AB

Tints of Silver Chalice #AFB3AB

Color information

#AFB3AB (or 0xAFB3AB) is unknown color: approx Silver Chalice. HEX triplet: AF, B3 and AB. RGB value is (175,179,171). Sum of RGB (Red+Green+Blue) = 175+179+171=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3AB is #504C54. Grayscale: #B0B0B0. Windows color (decimal): -5262421 or 11252655. OLE color: 11252655.

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

Color convert

RGB175179171-
CMYK0.0200.040.30
HSL90º5%68.63%-
HSV(B)90º4.47%70.2%-
XYZ41.1544.2944.91-
YUV176.89124.67126.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=33.33%
G=34.10%
B=32.57%

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
Decimal1751791710.0200.040.3090568.63
HexAFB3AB2041E5a545
Octal257263253204361325105
Binary1010111110110011101010111001001111010110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3AB; }

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

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

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

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

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

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

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

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