#ABAFA4

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

Shades of Silver Chalice #ABAFA4

Tints of Silver Chalice #ABAFA4

Color information

#ABAFA4 (or 0xABAFA4) is unknown color: approx Silver Chalice. HEX triplet: AB, AF and A4. RGB value is (171,175,164). Sum of RGB (Red+Green+Blue) = 171+175+164=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA4 is #54505B. Grayscale: #ACACAC. Windows color (decimal): -5525596 or 10792875. OLE color: 10792875.

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

Color convert

RGB171175164-
CMYK0.0200.060.31
HSL81.82º6.43%66.47%-
HSV(B)81.82º6.29%68.63%-
XYZ38.834241.18-
YUV172.55123.17126.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=33.53%
G=34.31%
B=32.16%

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
Decimal1711751640.0200.060.3181.826.4366.47
HexABAFA42061F52642
Octal253257244206371226102
Binary1010101110101111101001001001101111110100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFA4; }

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

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

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

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

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

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

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

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