#AEBDA2

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

Shades of Silver Chalice #AEBDA2

Tints of Silver Chalice #AEBDA2

Color information

#AEBDA2 (or 0xAEBDA2) is unknown color: approx Silver Chalice. HEX triplet: AE, BD and A2. RGB value is (174,189,162). Sum of RGB (Red+Green+Blue) = 174+189+162=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA2 is #51425D. Grayscale: #B5B5B5. Windows color (decimal): -5325406 or 10665390. OLE color: 10665390.

HSL color Cylindrical-coordinate representation of color #AEBDA2: hue angle of 93.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBDA2 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB174189162-
CMYK0.0800.140.26
HSL93.33º16.98%68.82%-
HSV(B)93.33º14.29%74.12%-
XYZ42.174841.22-
YUV181.44117.03122.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=33.14%
G=36%
B=30.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891620.0800.140.2693.3316.9868.82
HexAEBDA280E1A5d1145
Octal256275242100163213521105
Binary101011101011110110100010100001110110101011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDA2; }

 p { color: rgb(174,189,162); }

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

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

 a { background-color: rgb(174,189,162); }

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

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

 span { border-color: rgb(174,189,162); }

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