#AAACA7

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

Shades of Silver Chalice #AAACA7

Tints of Silver Chalice #AAACA7

Color information

#AAACA7 (or 0xAAACA7) is unknown color: approx Silver Chalice. HEX triplet: AA, AC and A7. RGB value is (170,172,167). Sum of RGB (Red+Green+Blue) = 170+172+167=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA7 is #555358. Grayscale: #AAAAAA. Windows color (decimal): -5591897 or 10988714. OLE color: 10988714.

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

Color convert

RGB170172167-
CMYK0.0100.030.33
HSL84º2.92%66.47%-
HSV(B)84º2.91%67.45%-
XYZ38.3140.8442.42-
YUV170.83125.84127.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=33.40%
G=33.79%
B=32.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721670.0100.030.33842.9266.47
HexAAACA71032154342
Octal252254247103411243102
Binary10101010101011001010011110111000011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA7; }

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

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

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

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

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

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

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

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