#AFBBA3

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

Shades of Silver Chalice #AFBBA3

Tints of Silver Chalice #AFBBA3

Color information

#AFBBA3 (or 0xAFBBA3) is unknown color: approx Silver Chalice. HEX triplet: AF, BB and A3. RGB value is (175,187,163). Sum of RGB (Red+Green+Blue) = 175+187+163=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA3 is #50445C. Grayscale: #B4B4B4. Windows color (decimal): -5260381 or 10730415. OLE color: 10730415.

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

Color convert

RGB175187163-
CMYK0.0600.130.27
HSL90º15%68.63%-
HSV(B)90º12.83%73.33%-
XYZ42.0647.341.56-
YUV180.68118.02123.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=33.33%
G=35.62%
B=31.05%

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
Decimal1751871630.0600.130.27901568.63
HexAFBBA360D1B5af45
Octal25727324360153313217105
Binary1010111110111011101000111100110111011101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBA3; }

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

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

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

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

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

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

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

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