#AEB5A9

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

Shades of Silver Chalice #AEB5A9

Tints of Silver Chalice #AEB5A9

Color information

#AEB5A9 (or 0xAEB5A9) is unknown color: approx Silver Chalice. HEX triplet: AE, B5 and A9. RGB value is (174,181,169). Sum of RGB (Red+Green+Blue) = 174+181+169=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB5A9 is #514A56. Grayscale: #B1B1B1. Windows color (decimal): -5327447 or 11122094. OLE color: 11122094.

HSL color Cylindrical-coordinate representation of color #AEB5A9: hue angle of 95º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEB5A9 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB174181169-
CMYK0.0400.070.29
HSL95º7.5%68.63%-
HSV(B)95º6.63%70.98%-
XYZ41.1444.9144.04-
YUV177.54123.18125.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=33.21%
G=34.54%
B=32.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811690.0400.070.29957.568.63
HexAEB5A94071D5f845
Octal2562652514073513710105
Binary101011101011010110101001100011111101101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5A9; }

 p { color: rgb(174,181,169); }

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

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

 a { background-color: rgb(174,181,169); }

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

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

 span { border-color: rgb(174,181,169); }

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