#ACB4A0

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

Shades of Silver Chalice #ACB4A0

Tints of Silver Chalice #ACB4A0

Color information

#ACB4A0 (or 0xACB4A0) is unknown color: approx Silver Chalice. HEX triplet: AC, B4 and A0. RGB value is (172,180,160). Sum of RGB (Red+Green+Blue) = 172+180+160=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB4A0 is #534B5F. Grayscale: #AFAFAF. Windows color (decimal): -5458784 or 10532012. OLE color: 10532012.

HSL color Cylindrical-coordinate representation of color #ACB4A0: hue angle of 84º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB4A0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB172180160-
CMYK0.0400.110.29
HSL84º11.76%66.67%-
HSV(B)84º11.11%70.59%-
XYZ39.6843.9539.65-
YUV175.33119.35125.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=33.59%
G=35.16%
B=31.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801600.0400.110.298411.7666.67
HexACB4A040B1D54c43
Octal25426424040133512414103
Binary1010110010110100101000001000101111101101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4A0; }

 p { color: rgb(172,180,160); }

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

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

 a { background-color: rgb(172,180,160); }

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

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

 span { border-color: rgb(172,180,160); }

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