#AEB9A4

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

Shades of Silver Chalice #AEB9A4

Tints of Silver Chalice #AEB9A4

Color information

#AEB9A4 (or 0xAEB9A4) is unknown color: approx Silver Chalice. HEX triplet: AE, B9 and A4. RGB value is (174,185,164). Sum of RGB (Red+Green+Blue) = 174+185+164=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9A4 is #51465B. Grayscale: #B3B3B3. Windows color (decimal): -5326428 or 10795438. OLE color: 10795438.

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

Color convert

RGB174185164-
CMYK0.0600.110.27
HSL91.43º13.04%68.43%-
HSV(B)91.43º11.35%72.55%-
XYZ41.5146.3841.89-
YUV179.32119.36124.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=33.27%
G=35.37%
B=31.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851640.0600.110.2791.4313.0468.43
HexAEB9A460B1B5bd44
Octal25627124460133313315104
Binary1010111010111001101001001100101111011101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9A4; }

 p { color: rgb(174,185,164); }

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

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

 a { background-color: rgb(174,185,164); }

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

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

 span { border-color: rgb(174,185,164); }

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