#AEB6A4

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

Shades of Silver Chalice #AEB6A4

Tints of Silver Chalice #AEB6A4

Color information

#AEB6A4 (or 0xAEB6A4) is unknown color: approx Silver Chalice. HEX triplet: AE, B6 and A4. RGB value is (174,182,164). Sum of RGB (Red+Green+Blue) = 174+182+164=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB6A4 is #51495B. Grayscale: #B1B1B1. Windows color (decimal): -5327196 or 10794670. OLE color: 10794670.

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

Color convert

RGB174182164-
CMYK0.0400.100.29
HSL86.67º10.98%67.84%-
HSV(B)86.67º9.89%71.37%-
XYZ40.8845.1341.68-
YUV177.56120.35125.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=33.46%
G=35%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821640.0400.100.2986.6710.9867.84
HexAEB6A440A1D57b44
Octal25626624440123512713104
Binary1010111010110110101001001000101011101101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6A4; }

 p { color: rgb(174,182,164); }

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

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

 a { background-color: rgb(174,182,164); }

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

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

 span { border-color: rgb(174,182,164); }

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