#ABADA7

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

Shades of Silver Chalice #ABADA7

Tints of Silver Chalice #ABADA7

Color information

#ABADA7 (or 0xABADA7) is unknown color: approx Silver Chalice. HEX triplet: AB, AD and A7. RGB value is (171,173,167). Sum of RGB (Red+Green+Blue) = 171+173+167=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA7 is #545258. Grayscale: #ABABAB. Windows color (decimal): -5526105 or 10988971. OLE color: 10988971.

HSL color Cylindrical-coordinate representation of color #ABADA7: hue angle of 80º degrees, saturation: 0.04, 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 #ABADA7 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB171173167-
CMYK0.0100.030.32
HSL80º3.53%66.67%-
HSV(B)80º3.47%67.84%-
XYZ38.7141.3442.5-
YUV171.72125.34127.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=33.46%
G=33.86%
B=32.68%

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
Decimal1711731670.0100.030.32803.5366.67
HexABADA71032050443
Octal253255247103401204103
Binary101010111010110110100111101110000010100001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADA7; }

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

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

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

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

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

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

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

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