#AAAEA4

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

Shades of Silver Chalice #AAAEA4

Tints of Silver Chalice #AAAEA4

Color information

#AAAEA4 (or 0xAAAEA4) is unknown color: approx Silver Chalice. HEX triplet: AA, AE and A4. RGB value is (170,174,164). Sum of RGB (Red+Green+Blue) = 170+174+164=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA4 is #55515B. Grayscale: #ABABAB. Windows color (decimal): -5591388 or 10792618. OLE color: 10792618.

HSL color Cylindrical-coordinate representation of color #AAAEA4: hue angle of 84º 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 #AAAEA4 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB170174164-
CMYK0.0200.060.32
HSL84º5.81%66.27%-
HSV(B)84º5.75%68.24%-
XYZ38.4141.541.11-
YUV171.66123.67126.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=33.46%
G=34.25%
B=32.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741640.0200.060.32845.8166.27
HexAAAEA42062054642
Octal252256244206401246102
Binary10101010101011101010010010011010000010101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEA4; }

 p { color: rgb(170,174,164); }

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

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

 a { background-color: rgb(170,174,164); }

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

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

 span { border-color: rgb(170,174,164); }

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