#AEB9A7

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

Shades of Silver Chalice #AEB9A7

Tints of Silver Chalice #AEB9A7

Color information

#AEB9A7 (or 0xAEB9A7) is unknown color: approx Silver Chalice. HEX triplet: AE, B9 and A7. RGB value is (174,185,167). Sum of RGB (Red+Green+Blue) = 174+185+167=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB9A7 is #514658. Grayscale: #B3B3B3. Windows color (decimal): -5326425 or 10992046. OLE color: 10992046.

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

Color convert

RGB174185167-
CMYK0.0600.100.27
HSL96.67º11.39%69.02%-
HSV(B)96.67º9.73%72.55%-
XYZ41.7846.4943.33-
YUV179.66120.86123.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=33.08%
G=35.17%
B=31.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851670.0600.100.2796.6711.3969.02
HexAEB9A760A1B61b45
Octal25627124760123314113105
Binary1010111010111001101001111100101011011110000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9A7; }

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

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

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

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

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

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

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

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