#ACB9A3

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

Shades of Silver Chalice #ACB9A3

Tints of Silver Chalice #ACB9A3

Color information

#ACB9A3 (or 0xACB9A3) is unknown color: approx Silver Chalice. HEX triplet: AC, B9 and A3. RGB value is (172,185,163). Sum of RGB (Red+Green+Blue) = 172+185+163=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9A3 is #53465C. Grayscale: #B2B2B2. Windows color (decimal): -5457501 or 10729900. OLE color: 10729900.

HSL color Cylindrical-coordinate representation of color #ACB9A3: hue angle of 95.45º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB9A3 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB172185163-
CMYK0.0700.120.27
HSL95.45º13.58%68.24%-
HSV(B)95.45º11.89%72.55%-
XYZ40.9746.1141.39-
YUV178.6119.19123.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=33.08%
G=35.58%
B=31.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851630.0700.120.2795.4513.5868.24
HexACB9A370C1B5fe44
Octal25427124370143313716104
Binary1010110010111001101000111110110011011101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9A3; }

 p { color: rgb(172,185,163); }

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

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

 a { background-color: rgb(172,185,163); }

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

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

 span { border-color: rgb(172,185,163); }

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