Html Css Color HEX #AAADA5 Silver Chalice

📋 copy color: '#AAADA5'

red 170 ◦ green 173 ◦ blue 165

#AAADA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Chalice #AAADA5

Tints of Silver Chalice #AAADA5

RGB

 RED value IS 170 (66.8% from 255) = 33.46%

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 165 (64.84% from 255) = 32.48%

R = 33.46%
G = 34.06%
B = 32.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AAADA5 (or 0xAAADA5) is known color: Silver Chalice. HEX triplet: AA, AD and A5. RGB value is (170,173,165). Sum of RGB (Red+Green+Blue) = 170+173+165=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA5 is #55525A. Grayscale: #ABABAB. Windows color (decimal): -5591643 or 10857898. OLE color: 10857898.

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

Color convert

RGB 170 173 165 -
CMYK 0.02 0 0.05 0.32
HSL 82.5º 0.05% 0.66% -
HSV(B) 82.5º 0.05% 0.68% -
XYZ 38.31 41.15 41.52 -
YUV 171.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 170 173 165 0.02 0 0.05 0.32 82.5 0.05 0.66
Hex AA AD A5 2 0 5 20 52 5 42
Octal 252 255 245 2 0 5 40 122 5 102
Binary 10101010 10101101 10100101 10 0 101 100000 1010010 101 1000010

Color Harmonies of #AAADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADA5

Black with #AAADA5

Text Example


Text Example

White with #AAADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADA5; }

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

 H1.HeaderClassName
 {
   color: #AAADA5;
 }
 .AnyTagClassName
 {
   color: #AAADA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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