#ABAEA5

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

Shades of Silver Chalice #ABAEA5

Tints of Silver Chalice #ABAEA5

Color information

#ABAEA5 (or 0xABAEA5) is unknown color: approx Silver Chalice. HEX triplet: AB, AE and A5. RGB value is (171,174,165). Sum of RGB (Red+Green+Blue) = 171+174+165=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEA5 is #54515A. Grayscale: #ACACAC. Windows color (decimal): -5525851 or 10858155. OLE color: 10858155.

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

Color convert

RGB171174165-
CMYK0.0200.050.32
HSL80º5.26%66.47%-
HSV(B)80º5.17%68.24%-
XYZ38.7241.6541.6-
YUV172.08124.01127.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=33.53%
G=34.12%
B=32.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741650.0200.050.32805.2666.47
HexABAEA52052050542
Octal253256245205401205102
Binary10101011101011101010010110010110000010100001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEA5; }

 p { color: rgb(171,174,165); }

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

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

 a { background-color: rgb(171,174,165); }

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

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

 span { border-color: rgb(171,174,165); }

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