#ABB3A0

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

Shades of Silver Chalice #ABB3A0

Tints of Silver Chalice #ABB3A0

Color information

#ABB3A0 (or 0xABB3A0) is unknown color: approx Silver Chalice. HEX triplet: AB, B3 and A0. RGB value is (171,179,160). Sum of RGB (Red+Green+Blue) = 171+179+160=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB3A0 is #544C5F. Grayscale: #AEAEAE. Windows color (decimal): -5524576 or 10531755. OLE color: 10531755.

HSL color Cylindrical-coordinate representation of color #ABB3A0: hue angle of 85.26º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB3A0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB171179160-
CMYK0.0400.110.30
HSL85.26º11.11%66.47%-
HSV(B)85.26º10.61%70.2%-
XYZ39.2643.4439.57-
YUV174.44119.85125.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=33.53%
G=35.10%
B=31.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791600.0400.110.3085.2611.1166.47
HexABB3A040B1E55b42
Octal25326324040133612513102
Binary1010101110110011101000001000101111110101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3A0; }

 p { color: rgb(171,179,160); }

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

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

 a { background-color: rgb(171,179,160); }

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

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

 span { border-color: rgb(171,179,160); }

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