#AFB5A3

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

Shades of Silver Chalice #AFB5A3

Tints of Silver Chalice #AFB5A3

Color information

#AFB5A3 (or 0xAFB5A3) is unknown color: approx Silver Chalice. HEX triplet: AF, B5 and A3. RGB value is (175,181,163). Sum of RGB (Red+Green+Blue) = 175+181+163=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB5A3 is #504A5C. Grayscale: #B1B1B1. Windows color (decimal): -5261917 or 10728879. OLE color: 10728879.

HSL color Cylindrical-coordinate representation of color #AFB5A3: hue angle of 80º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB5A3 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB175181163-
CMYK0.0300.100.29
HSL80º10.84%67.45%-
HSV(B)80º9.94%70.98%-
XYZ40.8144.8141.15-
YUV177.15120.01126.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=33.72%
G=34.87%
B=31.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811630.0300.100.298010.8467.45
HexAFB5A330A1D50b43
Octal25726524330123512013103
Binary101011111011010110100011110101011101101000010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5A3; }

 p { color: rgb(175,181,163); }

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

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

 a { background-color: rgb(175,181,163); }

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

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

 span { border-color: rgb(175,181,163); }

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