#A7ACA4

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

Shades of Silver Chalice #A7ACA4

Tints of Silver Chalice #A7ACA4

Color information

#A7ACA4 (or 0xA7ACA4) is unknown color: approx Silver Chalice. HEX triplet: A7, AC and A4. RGB value is (167,172,164). Sum of RGB (Red+Green+Blue) = 167+172+164=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #A7ACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACA4 is #58535B. Grayscale: #A9A9A9. Windows color (decimal): -5788508 or 10792103. OLE color: 10792103.

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

Color convert

RGB167172164-
CMYK0.0300.050.33
HSL97.5º4.6%65.88%-
HSV(B)97.5º4.65%67.45%-
XYZ37.3940.440.95-
YUV169.59124.84126.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=33.20%
G=34.19%
B=32.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721640.0300.050.3397.54.665.88
HexA7ACA43052161542
Octal247254244305411415102
Binary10100111101011001010010011010110000111000011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACA4; }

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

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

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

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

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

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

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

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