#ABADA8

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

Shades of Silver Chalice #ABADA8

Tints of Silver Chalice #ABADA8

Color information

#ABADA8 (or 0xABADA8) is unknown color: approx Silver Chalice. HEX triplet: AB, AD and A8. RGB value is (171,173,168). Sum of RGB (Red+Green+Blue) = 171+173+168=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA8 is #545257. Grayscale: #ABABAB. Windows color (decimal): -5526104 or 11054507. OLE color: 11054507.

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

Color convert

RGB171173168-
CMYK0.0100.030.32
HSL84º2.96%66.86%-
HSV(B)84º2.89%67.84%-
XYZ38.8141.3742.99-
YUV171.83125.84127.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=33.40%
G=33.79%
B=32.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731680.0100.030.32842.9666.86
HexABADA81032054343
Octal253255250103401243103
Binary10101011101011011010100010111000001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADA8; }

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

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

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

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

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

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

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

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