#A9AEA3

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

Shades of Silver Chalice #A9AEA3

Tints of Silver Chalice #A9AEA3

Color information

#A9AEA3 (or 0xA9AEA3) is unknown color: approx Silver Chalice. HEX triplet: A9, AE and A3. RGB value is (169,174,163). Sum of RGB (Red+Green+Blue) = 169+174+163=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEA3 is #56515C. Grayscale: #ABABAB. Windows color (decimal): -5656925 or 10727081. OLE color: 10727081.

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

Color convert

RGB169174163-
CMYK0.0300.060.32
HSL87.27º6.36%66.08%-
HSV(B)87.27º6.32%68.24%-
XYZ38.1141.3540.62-
YUV171.25123.34126.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=33.40%
G=34.39%
B=32.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741630.0300.060.3287.276.3666.08
HexA9AEA33062057642
Octal251256243306401276102
Binary10101001101011101010001111011010000010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEA3; }

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

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

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

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

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

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

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

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