#A9B19E

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

Shades of Silver Chalice #A9B19E

Tints of Silver Chalice #A9B19E

Color information

#A9B19E (or 0xA9B19E) is unknown color: approx Silver Chalice. HEX triplet: A9, B1 and 9E. RGB value is (169,177,158). Sum of RGB (Red+Green+Blue) = 169+177+158=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B19E is #564E61. Grayscale: #ACACAC. Windows color (decimal): -5656162 or 10400169. OLE color: 10400169.

HSL color Cylindrical-coordinate representation of color #A9B19E: hue angle of 85.26º 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 #A9B19E is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB169177158-
CMYK0.0500.110.31
HSL85.26º10.86%65.69%-
HSV(B)85.26º10.73%69.41%-
XYZ38.2642.3538.51-
YUV172.44119.85125.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=33.53%
G=35.12%
B=31.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691771580.0500.110.3185.2610.8665.69
HexA9B19E50B1F55b42
Octal25126123650133712513102
Binary1010100110110001100111101010101111111101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B19E; }

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

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

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

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

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

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

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

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