#ABAFA5

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

Shades of Silver Chalice #ABAFA5

Tints of Silver Chalice #ABAFA5

Color information

#ABAFA5 (or 0xABAFA5) is unknown color: approx Silver Chalice. HEX triplet: AB, AF and A5. RGB value is (171,175,165). Sum of RGB (Red+Green+Blue) = 171+175+165=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA5 is #54505A. Grayscale: #ACACAC. Windows color (decimal): -5525595 or 10858411. OLE color: 10858411.

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

Color convert

RGB171175165-
CMYK0.0200.060.31
HSL84º5.88%66.67%-
HSV(B)84º5.71%68.63%-
XYZ38.9242.0341.66-
YUV172.66123.67126.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=33.46%
G=34.25%
B=32.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751650.0200.060.31845.8866.67
HexABAFA52061F54643
Octal253257245206371246103
Binary1010101110101111101001011001101111110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFA5; }

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

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

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

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

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

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

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

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