#AFBCA3

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

Shades of Silver Chalice #AFBCA3

Tints of Silver Chalice #AFBCA3

Color information

#AFBCA3 (or 0xAFBCA3) is unknown color: approx Silver Chalice. HEX triplet: AF, BC and A3. RGB value is (175,188,163). Sum of RGB (Red+Green+Blue) = 175+188+163=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA3 is #50435C. Grayscale: #B5B5B5. Windows color (decimal): -5260125 or 10730671. OLE color: 10730671.

HSL color Cylindrical-coordinate representation of color #AFBCA3: hue angle of 91.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBCA3 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB175188163-
CMYK0.0700.130.26
HSL91.2º15.72%68.82%-
HSV(B)91.2º13.3%73.73%-
XYZ42.2747.7241.63-
YUV181.26117.69123.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=33.27%
G=35.74%
B=30.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881630.0700.130.2691.215.7268.82
HexAFBCA370D1A5b1045
Octal25727424370153213320105
Binary10101111101111001010001111101101110101011011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCA3; }

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

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

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

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

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

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

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

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