#ABAFA7

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

Shades of Silver Chalice #ABAFA7

Tints of Silver Chalice #ABAFA7

Color information

#ABAFA7 (or 0xABAFA7) is unknown color: approx Silver Chalice. HEX triplet: AB, AF and A7. RGB value is (171,175,167). Sum of RGB (Red+Green+Blue) = 171+175+167=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA7 is #545058. Grayscale: #ACACAC. Windows color (decimal): -5525593 or 10989483. OLE color: 10989483.

HSL color Cylindrical-coordinate representation of color #ABAFA7: hue angle of 90º 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 #ABAFA7 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB171175167-
CMYK0.0200.050.31
HSL90º4.76%67.06%-
HSV(B)90º4.57%68.63%-
XYZ39.142.1142.63-
YUV172.89124.67126.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=33.33%
G=34.11%
B=32.55%

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
Decimal1711751670.0200.050.31904.7667.06
HexABAFA72051F5a543
Octal253257247205371325103
Binary1010101110101111101001111001011111110110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFA7; }

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

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

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

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

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

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

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

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