#ABB1A3

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

Shades of Silver Chalice #ABB1A3

Tints of Silver Chalice #ABB1A3

Color information

#ABB1A3 (or 0xABB1A3) is unknown color: approx Silver Chalice. HEX triplet: AB, B1 and A3. RGB value is (171,177,163). Sum of RGB (Red+Green+Blue) = 171+177+163=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB1A3 is #544E5C. Grayscale: #ADADAD. Windows color (decimal): -5525085 or 10727851. OLE color: 10727851.

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

Color convert

RGB171177163-
CMYK0.0300.080.31
HSL85.71º8.24%66.67%-
HSV(B)85.71º7.91%69.41%-
XYZ39.1342.7540.84-
YUV173.61122.01126.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=33.46%
G=34.64%
B=31.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771630.0300.080.3185.718.2466.67
HexABB1A33081F56843
Octal25326124330103712610103
Binary101010111011000110100011110100011111101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1A3; }

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

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

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

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

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

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

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

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