#A4AC9D

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

Shades of Silver Chalice #A4AC9D

Tints of Silver Chalice #A4AC9D

Color information

#A4AC9D (or 0xA4AC9D) is unknown color: approx Silver Chalice. HEX triplet: A4, AC and 9D. RGB value is (164,172,157). Sum of RGB (Red+Green+Blue) = 164+172+157=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC9D is #5B5362. Grayscale: #A7A7A7. Windows color (decimal): -5985123 or 10333348. OLE color: 10333348.

HSL color Cylindrical-coordinate representation of color #A4AC9D: hue angle of 92º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4AC9D is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB164172157-
CMYK0.0500.090.33
HSL92º8.29%64.51%-
HSV(B)92º8.72%67.45%-
XYZ36.1539.8337.68-
YUV167.9121.85125.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=33.27%
G=34.89%
B=31.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721570.0500.090.33928.2964.51
HexA4AC9D509215c841
Octal24425423550114113410101
Binary10100100101011001001110110101001100001101110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC9D; }

 p { color: rgb(164,172,157); }

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

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

 a { background-color: rgb(164,172,157); }

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

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

 span { border-color: rgb(164,172,157); }

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