#A8ABA4

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

Shades of Silver Chalice #A8ABA4

Tints of Silver Chalice #A8ABA4

Color information

#A8ABA4 (or 0xA8ABA4) is unknown color: approx Silver Chalice. HEX triplet: A8, AB and A4. RGB value is (168,171,164). Sum of RGB (Red+Green+Blue) = 168+171+164=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA4 is #57545B. Grayscale: #A9A9A9. Windows color (decimal): -5723228 or 10791848. OLE color: 10791848.

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

Color convert

RGB168171164-
CMYK0.0200.040.33
HSL85.71º4%65.69%-
HSV(B)85.71º4.09%67.06%-
XYZ37.4140.1340.9-
YUV169.3125.01127.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=33.40%
G=34.00%
B=32.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711640.0200.040.3385.71465.69
HexA8ABA42042156442
Octal250253244204411264102
Binary10101000101010111010010010010010000110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABA4; }

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

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

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

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

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

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

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

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