#A9ABA5

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

Shades of Silver Chalice #A9ABA5

Tints of Silver Chalice #A9ABA5

Color information

#A9ABA5 (or 0xA9ABA5) is unknown color: approx Silver Chalice. HEX triplet: A9, AB and A5. RGB value is (169,171,165). Sum of RGB (Red+Green+Blue) = 169+171+165=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 171 - color contains mainly: green. Hex color #A9ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABA5 is #56545A. Grayscale: #A9A9A9. Windows color (decimal): -5657691 or 10857385. OLE color: 10857385.

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

Color convert

RGB169171165-
CMYK0.0100.040.33
HSL80º3.45%65.88%-
HSV(B)80º3.51%67.06%-
XYZ37.7240.2841.38-
YUV169.72125.34127.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=33.47%
G=33.86%
B=32.67%

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
Decimal1691711650.0100.040.33803.4565.88
HexA9ABA51042150342
Octal251253245104411203102
Binary101010011010101110100101101001000011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABA5; }

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

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

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

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

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

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

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

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