#A9AEA1

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

Shades of Silver Chalice #A9AEA1

Tints of Silver Chalice #A9AEA1

Color information

#A9AEA1 (or 0xA9AEA1) is unknown color: approx Silver Chalice. HEX triplet: A9, AE and A1. RGB value is (169,174,161). Sum of RGB (Red+Green+Blue) = 169+174+161=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEA1 is #56515E. Grayscale: #ABABAB. Windows color (decimal): -5656927 or 10596009. OLE color: 10596009.

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

Color convert

RGB169174161-
CMYK0.0300.070.32
HSL83.08º7.43%65.69%-
HSV(B)83.08º7.47%68.24%-
XYZ37.9341.2839.69-
YUV171.02122.34126.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=33.53%
G=34.52%
B=31.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741610.0300.070.3283.087.4365.69
HexA9AEA13072053742
Octal251256241307401237102
Binary10101001101011101010000111011110000010100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEA1; }

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

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

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

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

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

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

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

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