#AFB3AC

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

Shades of Silver Chalice #AFB3AC

Tints of Silver Chalice #AFB3AC

Color information

#AFB3AC (or 0xAFB3AC) is unknown color: approx Silver Chalice. HEX triplet: AF, B3 and AC. RGB value is (175,179,172). Sum of RGB (Red+Green+Blue) = 175+179+172=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3AC is #504C53. Grayscale: #B1B1B1. Windows color (decimal): -5262420 or 11318191. OLE color: 11318191.

HSL color Cylindrical-coordinate representation of color #AFB3AC: hue angle of 94.29º degrees, saturation: 0.04, 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 #AFB3AC is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB175179172-
CMYK0.0200.040.30
HSL94.29º4.4%68.82%-
HSV(B)94.29º3.91%70.2%-
XYZ41.2544.3345.41-
YUV177.01125.17126.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=33.27%
G=34.03%
B=32.70%

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
Decimal1751791720.0200.040.3094.294.468.82
HexAFB3AC2041E5e445
Octal257263254204361364105
Binary1010111110110011101011001001001111010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3AC; }

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

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

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

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

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

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

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

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