#A4AB9E

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

Shades of Silver Chalice #A4AB9E

Tints of Silver Chalice #A4AB9E

Color information

#A4AB9E (or 0xA4AB9E) is unknown color: approx Silver Chalice. HEX triplet: A4, AB and 9E. RGB value is (164,171,158). Sum of RGB (Red+Green+Blue) = 164+171+158=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB9E is #5B5461. Grayscale: #A7A7A7. Windows color (decimal): -5985378 or 10398628. OLE color: 10398628.

HSL color Cylindrical-coordinate representation of color #A4AB9E: hue angle of 92.31º degrees, saturation: 0.07, 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 #A4AB9E is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB164171158-
CMYK0.0400.080.33
HSL92.31º7.18%64.51%-
HSV(B)92.31º7.6%67.06%-
XYZ36.0439.4938.07-
YUV167.42122.68125.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=33.27%
G=34.69%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711580.0400.080.3392.317.1864.51
HexA4AB9E408215c741
Octal2442532364010411347101
Binary1010010010101011100111101000100010000110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB9E; }

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

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

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

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

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

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

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

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