#AEB2AA

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

Shades of Silver Chalice #AEB2AA

Tints of Silver Chalice #AEB2AA

Color information

#AEB2AA (or 0xAEB2AA) is unknown color: approx Silver Chalice. HEX triplet: AE, B2 and AA. RGB value is (174,178,170). Sum of RGB (Red+Green+Blue) = 174+178+170=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB2AA is #514D55. Grayscale: #AFAFAF. Windows color (decimal): -5328214 or 11186862. OLE color: 11186862.

HSL color Cylindrical-coordinate representation of color #AEB2AA: hue angle of 90º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEB2AA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB174178170-
CMYK0.0200.040.30
HSL90º4.94%68.24%-
HSV(B)90º4.49%69.8%-
XYZ40.6343.7444.33-
YUV175.89124.67126.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=33.33%
G=34.10%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781700.0200.040.30904.9468.24
HexAEB2AA2041E5a544
Octal256262252204361325104
Binary1010111010110010101010101001001111010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2AA; }

 p { color: rgb(174,178,170); }

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

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

 a { background-color: rgb(174,178,170); }

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

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

 span { border-color: rgb(174,178,170); }

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