#A4AC9E

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

Shades of Silver Chalice #A4AC9E

Tints of Silver Chalice #A4AC9E

Color information

#A4AC9E (or 0xA4AC9E) is unknown color: approx Silver Chalice. HEX triplet: A4, AC and 9E. RGB value is (164,172,158). Sum of RGB (Red+Green+Blue) = 164+172+158=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC9E is #5B5361. Grayscale: #A8A8A8. Windows color (decimal): -5985122 or 10398884. OLE color: 10398884.

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

Color convert

RGB164172158-
CMYK0.0500.080.33
HSL94.29º7.78%64.71%-
HSV(B)94.29º8.14%67.45%-
XYZ36.2339.8738.13-
YUV168.01122.35125.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=33.20%
G=34.82%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721580.0500.080.3394.297.7864.71
HexA4AC9E508215e841
Octal24425423650104113610101
Binary10100100101011001001111010101000100001101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC9E; }

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

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

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

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

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

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

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

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