#ABAFA9

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

Shades of Silver Chalice #ABAFA9

Tints of Silver Chalice #ABAFA9

Color information

#ABAFA9 (or 0xABAFA9) is unknown color: approx Silver Chalice. HEX triplet: AB, AF and A9. RGB value is (171,175,169). Sum of RGB (Red+Green+Blue) = 171+175+169=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA9 is #545056. Grayscale: #ADADAD. Windows color (decimal): -5525591 or 11120555. OLE color: 11120555.

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

Color convert

RGB171175169-
CMYK0.0200.030.31
HSL100º3.61%67.45%-
HSV(B)100º3.43%68.63%-
XYZ39.2942.1843.61-
YUV173.12125.67126.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=33.20%
G=33.98%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751690.0200.030.311003.6167.45
HexABAFA92031F64443
Octal253257251203371444103
Binary101010111010111110101001100111111111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFA9; }

 p { color: rgb(171,175,169); }

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

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

 a { background-color: rgb(171,175,169); }

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

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

 span { border-color: rgb(171,175,169); }

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