#A9AEA5

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

Shades of Silver Chalice #A9AEA5

Tints of Silver Chalice #A9AEA5

Color information

#A9AEA5 (or 0xA9AEA5) is unknown color: approx Silver Chalice. HEX triplet: A9, AE and A5. RGB value is (169,174,165). Sum of RGB (Red+Green+Blue) = 169+174+165=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEA5 is #56515A. Grayscale: #ABABAB. Windows color (decimal): -5656923 or 10858153. OLE color: 10858153.

HSL color Cylindrical-coordinate representation of color #A9AEA5: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A9AEA5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB169174165-
CMYK0.0300.050.32
HSL93.33º5.26%66.47%-
HSV(B)93.33º5.17%68.24%-
XYZ38.2941.4241.57-
YUV171.48124.34126.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=33.27%
G=34.25%
B=32.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741650.0300.050.3293.335.2666.47
HexA9AEA5305205d542
Octal251256245305401355102
Binary10101001101011101010010111010110000010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEA5; }

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

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

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

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

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

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

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

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