#AFBAA1

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

Shades of Silver Chalice #AFBAA1

Tints of Silver Chalice #AFBAA1

Color information

#AFBAA1 (or 0xAFBAA1) is unknown color: approx Silver Chalice. HEX triplet: AF, BA and A1. RGB value is (175,186,161). Sum of RGB (Red+Green+Blue) = 175+186+161=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA1 is #50455E. Grayscale: #B3B3B3. Windows color (decimal): -5260639 or 10599087. OLE color: 10599087.

HSL color Cylindrical-coordinate representation of color #AFBAA1: hue angle of 86.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB175186161-
CMYK0.0600.130.27
HSL86.4º15.34%68.04%-
HSV(B)86.4º13.44%72.94%-
XYZ41.6746.840.56-
YUV179.86117.36124.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=33.52%
G=35.63%
B=30.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861610.0600.130.2786.415.3468.04
HexAFBAA160D1B56f44
Octal25727224160153312617104
Binary1010111110111010101000011100110111011101011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA1; }

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

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

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

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

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

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

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

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