#AFBBA1

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

Shades of Silver Chalice #AFBBA1

Tints of Silver Chalice #AFBBA1

Color information

#AFBBA1 (or 0xAFBBA1) is unknown color: approx Silver Chalice. HEX triplet: AF, BB and A1. RGB value is (175,187,161). Sum of RGB (Red+Green+Blue) = 175+187+161=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA1 is #50445E. Grayscale: #B4B4B4. Windows color (decimal): -5260383 or 10599343. OLE color: 10599343.

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

Color convert

RGB175187161-
CMYK0.0600.140.27
HSL87.69º16.05%68.24%-
HSV(B)87.69º13.9%73.33%-
XYZ41.8847.2340.63-
YUV180.45117.02124.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=33.46%
G=35.76%
B=30.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871610.0600.140.2787.6916.0568.24
HexAFBBA160E1B581044
Octal25727324160163313020104
Binary10101111101110111010000111001110110111011000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBA1; }

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

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

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

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

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

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

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

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