#ABAEA6

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

Shades of Silver Chalice #ABAEA6

Tints of Silver Chalice #ABAEA6

Color information

#ABAEA6 (or 0xABAEA6) is unknown color: approx Silver Chalice. HEX triplet: AB, AE and A6. RGB value is (171,174,166). Sum of RGB (Red+Green+Blue) = 171+174+166=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEA6 is #545159. Grayscale: #ACACAC. Windows color (decimal): -5525850 or 10923691. OLE color: 10923691.

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

Color convert

RGB171174166-
CMYK0.0200.050.32
HSL82.5º4.71%66.67%-
HSV(B)82.5º4.6%68.24%-
XYZ38.8141.6842.08-
YUV172.19124.51127.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=33.46%
G=34.05%
B=32.49%

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
Decimal1711741660.0200.050.3282.54.7166.67
HexABAEA62052052543
Octal253256246205401225103
Binary10101011101011101010011010010110000010100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEA6; }

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

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

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

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

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

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

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

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