#AAACA5

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

Shades of Silver Chalice #AAACA5

Tints of Silver Chalice #AAACA5

Color information

#AAACA5 (or 0xAAACA5) is unknown color: approx Silver Chalice. HEX triplet: AA, AC and A5. RGB value is (170,172,165). Sum of RGB (Red+Green+Blue) = 170+172+165=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA5 is #55535A. Grayscale: #AAAAAA. Windows color (decimal): -5591899 or 10857642. OLE color: 10857642.

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

Color convert

RGB170172165-
CMYK0.0100.040.33
HSL77.14º4.05%66.08%-
HSV(B)77.14º4.07%67.45%-
XYZ38.1240.7741.46-
YUV170.6124.84127.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=33.53%
G=33.93%
B=32.54%

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
Decimal1701721650.0100.040.3377.144.0566.08
HexAAACA5104214d442
Octal252254245104411154102
Binary1010101010101100101001011010010000110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA5; }

 p { color: rgb(170,172,165); }

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

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

 a { background-color: rgb(170,172,165); }

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

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

 span { border-color: rgb(170,172,165); }

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