#A9B29D

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

Shades of Silver Chalice #A9B29D

Tints of Silver Chalice #A9B29D

Color information

#A9B29D (or 0xA9B29D) is unknown color: approx Silver Chalice. HEX triplet: A9, B2 and 9D. RGB value is (169,178,157). Sum of RGB (Red+Green+Blue) = 169+178+157=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B29D is #564D62. Grayscale: #ACACAC. Windows color (decimal): -5655907 or 10334889. OLE color: 10334889.

HSL color Cylindrical-coordinate representation of color #A9B29D: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9B29D is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB169178157-
CMYK0.0500.120.30
HSL85.71º12%65.69%-
HSV(B)85.71º11.8%69.8%-
XYZ38.3742.7138.12-
YUV172.92119.02125.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=33.53%
G=35.32%
B=31.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691781570.0500.120.3085.711265.69
HexA9B29D50C1E56c42
Octal25126223550143612614102
Binary1010100110110010100111011010110011110101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B29D; }

 p { color: rgb(169,178,157); }

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

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

 a { background-color: rgb(169,178,157); }

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

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

 span { border-color: rgb(169,178,157); }

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