#ACB49F

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

Shades of Silver Chalice #ACB49F

Tints of Silver Chalice #ACB49F

Color information

#ACB49F (or 0xACB49F) is unknown color: approx Silver Chalice. HEX triplet: AC, B4 and 9F. RGB value is (172,180,159). Sum of RGB (Red+Green+Blue) = 172+180+159=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49F is #534B60. Grayscale: #AFAFAF. Windows color (decimal): -5458785 or 10466476. OLE color: 10466476.

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

Color convert

RGB172180159-
CMYK0.0400.120.29
HSL82.86º12.28%66.47%-
HSV(B)82.86º11.67%70.59%-
XYZ39.5943.9239.19-
YUV175.21118.85125.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=33.66%
G=35.23%
B=31.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801590.0400.120.2982.8612.2866.47
HexACB49F40C1D53c42
Octal25426423740143512314102
Binary1010110010110100100111111000110011101101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB49F; }

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

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

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

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

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

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

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

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