#A9B29F

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

Shades of Silver Chalice #A9B29F

Tints of Silver Chalice #A9B29F

Color information

#A9B29F (or 0xA9B29F) is unknown color: approx Silver Chalice. HEX triplet: A9, B2 and 9F. RGB value is (169,178,159). Sum of RGB (Red+Green+Blue) = 169+178+159=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B29F is #564D60. Grayscale: #ADADAD. Windows color (decimal): -5655905 or 10465961. OLE color: 10465961.

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

Color convert

RGB169178159-
CMYK0.0500.110.30
HSL88.42º10.98%66.08%-
HSV(B)88.42º10.67%69.8%-
XYZ38.5442.7839.03-
YUV173.14120.02125.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=33.40%
G=35.18%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691781590.0500.110.3088.4210.9866.08
HexA9B29F50B1E58b42
Octal25126223750133613013102
Binary1010100110110010100111111010101111110101100010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B29F; }

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

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

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

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

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

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

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

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