#ABB4A1

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

Shades of Silver Chalice #ABB4A1

Tints of Silver Chalice #ABB4A1

Color information

#ABB4A1 (or 0xABB4A1) is unknown color: approx Silver Chalice. HEX triplet: AB, B4 and A1. RGB value is (171,180,161). Sum of RGB (Red+Green+Blue) = 171+180+161=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4A1 is #544B5E. Grayscale: #AFAFAF. Windows color (decimal): -5524319 or 10597547. OLE color: 10597547.

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

Color convert

RGB171180161-
CMYK0.0500.110.29
HSL88.42º11.24%66.86%-
HSV(B)88.42º10.56%70.59%-
XYZ39.5543.8740.1-
YUV175.14120.02125.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 161 (63.28% from 255) = 31.45%
R=33.40%
G=35.16%
B=31.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801610.0500.110.2988.4211.2466.86
HexABB4A150B1D58b43
Octal25326424150133513013103
Binary1010101110110100101000011010101111101101100010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4A1; }

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

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

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

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

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

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

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

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