#ABAFA6

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

Shades of Silver Chalice #ABAFA6

Tints of Silver Chalice #ABAFA6

Color information

#ABAFA6 (or 0xABAFA6) is unknown color: approx Silver Chalice. HEX triplet: AB, AF and A6. RGB value is (171,175,166). Sum of RGB (Red+Green+Blue) = 171+175+166=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA6 is #545059. Grayscale: #ACACAC. Windows color (decimal): -5525594 or 10923947. OLE color: 10923947.

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

Color convert

RGB171175166-
CMYK0.0200.050.31
HSL86.67º5.33%66.86%-
HSV(B)86.67º5.14%68.63%-
XYZ39.0142.0742.14-
YUV172.78124.17126.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 166 (65.23% from 255) = 32.42%
R=33.40%
G=34.18%
B=32.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751660.0200.050.3186.675.3366.86
HexABAFA62051F57543
Octal253257246205371275103
Binary1010101110101111101001101001011111110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFA6; }

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

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

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

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

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

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

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

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