#ABB8A0

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

Shades of Silver Chalice #ABB8A0

Tints of Silver Chalice #ABB8A0

Color information

#ABB8A0 (or 0xABB8A0) is unknown color: approx Silver Chalice. HEX triplet: AB, B8 and A0. RGB value is (171,184,160). Sum of RGB (Red+Green+Blue) = 171+184+160=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8A0 is #54475F. Grayscale: #B1B1B1. Windows color (decimal): -5523296 or 10533035. OLE color: 10533035.

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

Color convert

RGB171184160-
CMYK0.0700.130.28
HSL92.5º14.46%67.45%-
HSV(B)92.5º13.04%72.16%-
XYZ40.2845.4839.91-
YUV177.38118.19123.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=33.20%
G=35.73%
B=31.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841600.0700.130.2892.514.4667.45
HexABB8A070D1C5ce43
Octal25327024070153413416103
Binary1010101110111000101000001110110111100101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8A0; }

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

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

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

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

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

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

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

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