#AFB8A0

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

Shades of Silver Chalice #AFB8A0

Tints of Silver Chalice #AFB8A0

Color information

#AFB8A0 (or 0xAFB8A0) is unknown color: approx Silver Chalice. HEX triplet: AF, B8 and A0. RGB value is (175,184,160). Sum of RGB (Red+Green+Blue) = 175+184+160=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8A0 is #50475F. Grayscale: #B2B2B2. Windows color (decimal): -5261152 or 10533039. OLE color: 10533039.

HSL color Cylindrical-coordinate representation of color #AFB8A0: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB8A0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB175184160-
CMYK0.0500.130.28
HSL82.5º14.46%67.45%-
HSV(B)82.5º13.04%72.16%-
XYZ41.1645.9339.95-
YUV178.57117.52125.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=33.72%
G=35.45%
B=30.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841600.0500.130.2882.514.4667.45
HexAFB8A050D1C52e43
Octal25727024050153412216103
Binary1010111110111000101000001010110111100101001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8A0; }

 p { color: rgb(175,184,160); }

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

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

 a { background-color: rgb(175,184,160); }

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

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

 span { border-color: rgb(175,184,160); }

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