#ABB1A6

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

Shades of Silver Chalice #ABB1A6

Tints of Silver Chalice #ABB1A6

Color information

#ABB1A6 (or 0xABB1A6) is unknown color: approx Silver Chalice. HEX triplet: AB, B1 and A6. RGB value is (171,177,166). Sum of RGB (Red+Green+Blue) = 171+177+166=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB1A6 is #544E59. Grayscale: #ADADAD. Windows color (decimal): -5525082 or 10924459. OLE color: 10924459.

HSL color Cylindrical-coordinate representation of color #ABB1A6: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABB1A6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB171177166-
CMYK0.0300.060.31
HSL92.73º6.59%67.25%-
HSV(B)92.73º6.21%69.41%-
XYZ39.442.8642.27-
YUV173.95123.51125.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 166 (65.23% from 255) = 32.30%
R=33.27%
G=34.44%
B=32.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771660.0300.060.3192.736.5967.25
HexABB1A63061F5d743
Octal253261246306371357103
Binary1010101110110001101001101101101111110111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1A6; }

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

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

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

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

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

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

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

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