#A8ACA4

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

Shades of Silver Chalice #A8ACA4

Tints of Silver Chalice #A8ACA4

Color information

#A8ACA4 (or 0xA8ACA4) is unknown color: approx Silver Chalice. HEX triplet: A8, AC and A4. RGB value is (168,172,164). Sum of RGB (Red+Green+Blue) = 168+172+164=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA4 is #57535B. Grayscale: #A9A9A9. Windows color (decimal): -5722972 or 10792104. OLE color: 10792104.

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

Color convert

RGB168172164-
CMYK0.0200.050.33
HSL90º4.6%65.88%-
HSV(B)90º4.65%67.45%-
XYZ37.640.5140.96-
YUV169.89124.67126.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=33.33%
G=34.13%
B=32.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721640.0200.050.33904.665.88
HexA8ACA4205215a542
Octal250254244205411325102
Binary10101000101011001010010010010110000110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACA4; }

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

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

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

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

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

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

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

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