#ABADAA

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

Shades of Silver Chalice #ABADAA

Tints of Silver Chalice #ABADAA

Color information

#ABADAA (or 0xABADAA) is unknown color: approx Silver Chalice. HEX triplet: AB, AD and AA. RGB value is (171,173,170). Sum of RGB (Red+Green+Blue) = 171+173+170=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAA is #545255. Grayscale: #ACACAC. Windows color (decimal): -5526102 or 11185579. OLE color: 11185579.

HSL color Cylindrical-coordinate representation of color #ABADAA: hue angle of 100º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABADAA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB171173170-
CMYK0.0100.020.32
HSL100º1.8%67.25%-
HSV(B)100º1.73%67.84%-
XYZ38.9941.4543.98-
YUV172.06126.84127.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=33.27%
G=33.66%
B=33.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731700.0100.020.321001.867.25
HexABADAA1022064243
Octal253255252102401442103
Binary10101011101011011010101010101000001100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADAA; }

 p { color: rgb(171,173,170); }

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

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

 a { background-color: rgb(171,173,170); }

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

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

 span { border-color: rgb(171,173,170); }

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