#AFB7A3

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

Shades of Silver Chalice #AFB7A3

Tints of Silver Chalice #AFB7A3

Color information

#AFB7A3 (or 0xAFB7A3) is unknown color: approx Silver Chalice. HEX triplet: AF, B7 and A3. RGB value is (175,183,163). Sum of RGB (Red+Green+Blue) = 175+183+163=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7A3 is #50485C. Grayscale: #B2B2B2. Windows color (decimal): -5261405 or 10729391. OLE color: 10729391.

HSL color Cylindrical-coordinate representation of color #AFB7A3: hue angle of 84º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB7A3 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB175183163-
CMYK0.0400.110.28
HSL84º12.2%67.84%-
HSV(B)84º10.93%71.76%-
XYZ41.2245.6341.28-
YUV178.33119.35125.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=33.59%
G=35.12%
B=31.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831630.0400.110.288412.267.84
HexAFB7A340B1C54c44
Octal25726724340133412414104
Binary1010111110110111101000111000101111100101010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7A3; }

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

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

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

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

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

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

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

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