#A9B39F

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

Shades of Silver Chalice #A9B39F

Tints of Silver Chalice #A9B39F

Color information

#A9B39F (or 0xA9B39F) is unknown color: approx Silver Chalice. HEX triplet: A9, B3 and 9F. RGB value is (169,179,159). Sum of RGB (Red+Green+Blue) = 169+179+159=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B39F is #564C60. Grayscale: #ADADAD. Windows color (decimal): -5655649 or 10466217. OLE color: 10466217.

HSL color Cylindrical-coordinate representation of color #A9B39F: hue angle of 90º degrees, saturation: 0.12, 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 #A9B39F is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB169179159-
CMYK0.0600.110.30
HSL90º11.63%66.27%-
HSV(B)90º11.17%70.2%-
XYZ38.7443.1839.09-
YUV173.73119.69124.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=33.33%
G=35.31%
B=31.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691791590.0600.110.309011.6366.27
HexA9B39F60B1E5ac42
Octal25126323760133613214102
Binary1010100110110011100111111100101111110101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B39F; }

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

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

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

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

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

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

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

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