#A9B49F

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

Shades of Silver Chalice #A9B49F

Tints of Silver Chalice #A9B49F

Color information

#A9B49F (or 0xA9B49F) is unknown color: approx Silver Chalice. HEX triplet: A9, B4 and 9F. RGB value is (169,180,159). Sum of RGB (Red+Green+Blue) = 169+180+159=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B49F is #564B60. Grayscale: #AEAEAE. Windows color (decimal): -5655393 or 10466473. OLE color: 10466473.

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

Color convert

RGB169180159-
CMYK0.0600.120.29
HSL91.43º12.28%66.47%-
HSV(B)91.43º11.67%70.59%-
XYZ38.9443.5839.16-
YUV174.32119.36124.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=33.27%
G=35.43%
B=31.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801590.0600.120.2991.4312.2866.47
HexA9B49F60C1D5bc42
Octal25126423760143513314102
Binary1010100110110100100111111100110011101101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B49F; }

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

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

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

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

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

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

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

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