#A9ABA4

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

Shades of Silver Chalice #A9ABA4

Tints of Silver Chalice #A9ABA4

Color information

#A9ABA4 (or 0xA9ABA4) is unknown color: approx Silver Chalice. HEX triplet: A9, AB and A4. RGB value is (169,171,164). Sum of RGB (Red+Green+Blue) = 169+171+164=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A9ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABA4 is #56545B. Grayscale: #A9A9A9. Windows color (decimal): -5657692 or 10791849. OLE color: 10791849.

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

Color convert

RGB169171164-
CMYK0.0100.040.33
HSL77.14º4%65.69%-
HSV(B)77.14º4.09%67.06%-
XYZ37.6340.2440.91-
YUV169.6124.84127.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=33.53%
G=33.93%
B=32.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711640.0100.040.3377.14465.69
HexA9ABA4104214d442
Octal251253244104411154102
Binary1010100110101011101001001010010000110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABA4; }

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

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

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

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

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

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

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

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