#ABB0A6

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

Shades of Silver Chalice #ABB0A6

Tints of Silver Chalice #ABB0A6

Color information

#ABB0A6 (or 0xABB0A6) is unknown color: approx Silver Chalice. HEX triplet: AB, B0 and A6. RGB value is (171,176,166). Sum of RGB (Red+Green+Blue) = 171+176+166=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0A6 is #544F59. Grayscale: #ADADAD. Windows color (decimal): -5525338 or 10924203. OLE color: 10924203.

HSL color Cylindrical-coordinate representation of color #ABB0A6: hue angle of 90º degrees, saturation: 0.06, 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 #ABB0A6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB171176166-
CMYK0.0300.060.31
HSL90º5.95%67.06%-
HSV(B)90º5.68%69.02%-
XYZ39.242.4642.21-
YUV173.36123.84126.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=33.33%
G=34.31%
B=32.36%

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
Decimal1711761660.0300.060.31905.9567.06
HexABB0A63061F5a643
Octal253260246306371326103
Binary1010101110110000101001101101101111110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0A6; }

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

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

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

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

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

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

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

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