#AAADA8

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

Shades of Silver Chalice #AAADA8

Tints of Silver Chalice #AAADA8

Color information

#AAADA8 (or 0xAAADA8) is unknown color: approx Silver Chalice. HEX triplet: AA, AD and A8. RGB value is (170,173,168). Sum of RGB (Red+Green+Blue) = 170+173+168=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA8 is #555257. Grayscale: #ABABAB. Windows color (decimal): -5591640 or 11054506. OLE color: 11054506.

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

Color convert

RGB170173168-
CMYK0.0200.030.32
HSL96º2.96%66.86%-
HSV(B)96º2.89%67.84%-
XYZ38.5941.2642.98-
YUV171.53126.01126.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=33.27%
G=33.86%
B=32.88%

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
Decimal1701731680.0200.030.32962.9666.86
HexAAADA82032060343
Octal252255250203401403103
Binary101010101010110110101000100111000001100000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADA8; }

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

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

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

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

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

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

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

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