#AAADA7

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

Shades of Silver Chalice #AAADA7

Tints of Silver Chalice #AAADA7

Color information

#AAADA7 (or 0xAAADA7) is unknown color: approx Silver Chalice. HEX triplet: AA, AD and A7. RGB value is (170,173,167). Sum of RGB (Red+Green+Blue) = 170+173+167=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA7 is #555258. Grayscale: #ABABAB. Windows color (decimal): -5591641 or 10988970. OLE color: 10988970.

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

Color convert

RGB170173167-
CMYK0.0200.030.32
HSL90º3.53%66.67%-
HSV(B)90º3.47%67.84%-
XYZ38.541.2242.49-
YUV171.42125.51126.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=33.33%
G=33.92%
B=32.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731670.0200.030.32903.5366.67
HexAAADA7203205a443
Octal252255247203401324103
Binary1010101010101101101001111001110000010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADA7; }

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

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

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

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

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

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

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

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