#A7B19E

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

Shades of Silver Chalice #A7B19E

Tints of Silver Chalice #A7B19E

Color information

#A7B19E (or 0xA7B19E) is unknown color: approx Silver Chalice. HEX triplet: A7, B1 and 9E. RGB value is (167,177,158). Sum of RGB (Red+Green+Blue) = 167+177+158=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B19E is #584E61. Grayscale: #ABABAB. Windows color (decimal): -5787234 or 10400167. OLE color: 10400167.

HSL color Cylindrical-coordinate representation of color #A7B19E: hue angle of 91.58º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B19E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB167177158-
CMYK0.0600.110.31
HSL91.58º10.86%65.69%-
HSV(B)91.58º10.73%69.41%-
XYZ37.8342.1338.49-
YUV171.84120.19124.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=33.27%
G=35.26%
B=31.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771580.0600.110.3191.5810.8665.69
HexA7B19E60B1F5cb42
Octal24726123660133713413102
Binary1010011110110001100111101100101111111101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B19E; }

 p { color: rgb(167,177,158); }

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

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

 a { background-color: rgb(167,177,158); }

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

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

 span { border-color: rgb(167,177,158); }

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