#ABB0A2

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

Shades of Silver Chalice #ABB0A2

Tints of Silver Chalice #ABB0A2

Color information

#ABB0A2 (or 0xABB0A2) is unknown color: approx Silver Chalice. HEX triplet: AB, B0 and A2. RGB value is (171,176,162). Sum of RGB (Red+Green+Blue) = 171+176+162=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0A2 is #544F5D. Grayscale: #ACACAC. Windows color (decimal): -5525342 or 10662059. OLE color: 10662059.

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

Color convert

RGB171176162-
CMYK0.0300.080.31
HSL81.43º8.14%66.27%-
HSV(B)81.43º7.95%69.02%-
XYZ38.8442.3240.3-
YUV172.91121.84126.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=33.60%
G=34.58%
B=31.83%

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
Decimal1711761620.0300.080.3181.438.1466.27
HexABB0A23081F51842
Octal25326024230103712110102
Binary101010111011000010100010110100011111101000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0A2; }

 p { color: rgb(171,176,162); }

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

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

 a { background-color: rgb(171,176,162); }

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

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

 span { border-color: rgb(171,176,162); }

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