#ABB8A1

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

Shades of Silver Chalice #ABB8A1

Tints of Silver Chalice #ABB8A1

Color information

#ABB8A1 (or 0xABB8A1) is unknown color: approx Silver Chalice. HEX triplet: AB, B8 and A1. RGB value is (171,184,161). Sum of RGB (Red+Green+Blue) = 171+184+161=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8A1 is #54475E. Grayscale: #B1B1B1. Windows color (decimal): -5523295 or 10598571. OLE color: 10598571.

HSL color Cylindrical-coordinate representation of color #ABB8A1: hue angle of 93.91º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB8A1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB171184161-
CMYK0.0700.120.28
HSL93.91º13.94%67.65%-
HSV(B)93.91º12.5%72.16%-
XYZ40.3745.5140.38-
YUV177.49118.69123.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=33.14%
G=35.66%
B=31.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841610.0700.120.2893.9113.9467.65
HexABB8A170C1C5ee44
Octal25327024170143413616104
Binary1010101110111000101000011110110011100101111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8A1; }

 p { color: rgb(171,184,161); }

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

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

 a { background-color: rgb(171,184,161); }

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

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

 span { border-color: rgb(171,184,161); }

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