#AEBAA2

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

Shades of Silver Chalice #AEBAA2

Tints of Silver Chalice #AEBAA2

Color information

#AEBAA2 (or 0xAEBAA2) is unknown color: approx Silver Chalice. HEX triplet: AE, BA and A2. RGB value is (174,186,162). Sum of RGB (Red+Green+Blue) = 174+186+162=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA2 is #51455D. Grayscale: #B3B3B3. Windows color (decimal): -5326174 or 10664622. OLE color: 10664622.

HSL color Cylindrical-coordinate representation of color #AEBAA2: hue angle of 90º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB174186162-
CMYK0.0600.130.27
HSL90º14.81%68.24%-
HSV(B)90º12.9%72.94%-
XYZ41.5446.7341.01-
YUV179.68118.02123.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=33.33%
G=35.63%
B=31.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861620.0600.130.279014.8168.24
HexAEBAA260D1B5af44
Octal25627224260153313217104
Binary1010111010111010101000101100110111011101101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAA2; }

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

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

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

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

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

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

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

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