#AFBCA1

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

Shades of Silver Chalice #AFBCA1

Tints of Silver Chalice #AFBCA1

Color information

#AFBCA1 (or 0xAFBCA1) is unknown color: approx Silver Chalice. HEX triplet: AF, BC and A1. RGB value is (175,188,161). Sum of RGB (Red+Green+Blue) = 175+188+161=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA1 is #50435E. Grayscale: #B5B5B5. Windows color (decimal): -5260127 or 10599599. OLE color: 10599599.

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

Color convert

RGB175188161-
CMYK0.0700.140.26
HSL88.89º16.77%68.43%-
HSV(B)88.89º14.36%73.73%-
XYZ42.147.6540.7-
YUV181.03116.69123.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=33.40%
G=35.88%
B=30.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881610.0700.140.2688.8916.7768.43
HexAFBCA170E1A591144
Octal25727424170163213121104
Binary10101111101111001010000111101110110101011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCA1; }

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

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

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

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

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

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

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

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