#ACB7A4

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

Shades of Silver Chalice #ACB7A4

Tints of Silver Chalice #ACB7A4

Color information

#ACB7A4 (or 0xACB7A4) is unknown color: approx Silver Chalice. HEX triplet: AC, B7 and A4. RGB value is (172,183,164). Sum of RGB (Red+Green+Blue) = 172+183+164=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A4 is #53485B. Grayscale: #B1B1B1. Windows color (decimal): -5458012 or 10794924. OLE color: 10794924.

HSL color Cylindrical-coordinate representation of color #ACB7A4: hue angle of 94.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB7A4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB172183164-
CMYK0.0600.100.28
HSL94.74º11.66%68.04%-
HSV(B)94.74º10.38%71.76%-
XYZ40.6545.3241.73-
YUV177.54120.36124.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=33.14%
G=35.26%
B=31.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831640.0600.100.2894.7411.6668.04
HexACB7A460A1C5fc44
Octal25426724460123413714104
Binary1010110010110111101001001100101011100101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7A4; }

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

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

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

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

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

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

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

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