#aeb4a8

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

Shades of Silver Chalice #AEB4A8

Tints of Silver Chalice #AEB4A8

Color information

#AEB4A8 (or 0xAEB4A8) is unknown color: approx Silver Chalice. HEX triplet: AE, B4 and A8. RGB value is (174,180,168). Sum of RGB (Red+Green+Blue) = 174+180+168=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4A8 is #514B57. Grayscale: #B0B0B0. Windows color (decimal): -5327704 or 11056302. OLE color: 11056302.

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

Color convert

RGB174180168-
CMYK0.0300.070.29
HSL90º7.41%68.24%-
HSV(B)90º6.67%70.59%-
XYZ40.8444.4743.48-
YUV176.84123.01125.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=33.33%
G=34.48%
B=32.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801680.0300.070.29907.4168.24
HexAEB4A83071D5a744
Octal256264250307351327104
Binary1010111010110100101010001101111110110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeb4a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeb4a8; }

 p { color: rgb(174,180,168); }

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

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

 a { background-color: rgb(174,180,168); }

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

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

 span { border-color: rgb(174,180,168); }

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