#AEB2AC

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

Shades of Silver Chalice #AEB2AC

Tints of Silver Chalice #AEB2AC

Color information

#AEB2AC (or 0xAEB2AC) is unknown color: approx Silver Chalice. HEX triplet: AE, B2 and AC. RGB value is (174,178,172). Sum of RGB (Red+Green+Blue) = 174+178+172=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB2AC is #514D53. Grayscale: #B0B0B0. Windows color (decimal): -5328212 or 11317934. OLE color: 11317934.

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

Color convert

RGB174178172-
CMYK0.0200.030.30
HSL100º3.75%68.63%-
HSV(B)100º3.37%69.8%-
XYZ40.8243.8245.34-
YUV176.12125.67126.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=33.21%
G=33.97%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781720.0200.030.301003.7568.63
HexAEB2AC2031E64445
Octal256262254203361444105
Binary101011101011001010101100100111111011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2AC; }

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

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

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

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

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

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

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

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