#AEB4A7

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

Shades of Silver Chalice #AEB4A7

Tints of Silver Chalice #AEB4A7

Color information

#AEB4A7 (or 0xAEB4A7) is unknown color: approx Silver Chalice. HEX triplet: AE, B4 and A7. RGB value is (174,180,167). Sum of RGB (Red+Green+Blue) = 174+180+167=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4A7 is #514B58. Grayscale: #B0B0B0. Windows color (decimal): -5327705 or 10990766. OLE color: 10990766.

HSL color Cylindrical-coordinate representation of color #AEB4A7: hue angle of 87.69º degrees, saturation: 0.08, 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 #AEB4A7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB174180167-
CMYK0.0300.070.29
HSL87.69º7.98%68.04%-
HSV(B)87.69º7.22%70.59%-
XYZ40.7544.4342.99-
YUV176.72122.51126.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=33.40%
G=34.55%
B=32.05%

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
Decimal1741801670.0300.070.2987.697.9868.04
HexAEB4A73071D58844
Octal2562642473073513010104
Binary10101110101101001010011111011111101101100010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4A7; }

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

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

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

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

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

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

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

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