#ACB5A4

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

Shades of Silver Chalice #ACB5A4

Tints of Silver Chalice #ACB5A4

Color information

#ACB5A4 (or 0xACB5A4) is unknown color: approx Silver Chalice. HEX triplet: AC, B5 and A4. RGB value is (172,181,164). Sum of RGB (Red+Green+Blue) = 172+181+164=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A4 is #534A5B. Grayscale: #B0B0B0. Windows color (decimal): -5458524 or 10794412. OLE color: 10794412.

HSL color Cylindrical-coordinate representation of color #ACB5A4: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB5A4 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB172181164-
CMYK0.0500.090.29
HSL91.76º10.3%67.65%-
HSV(B)91.76º9.39%70.98%-
XYZ40.2444.541.59-
YUV176.37121.02124.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=33.27%
G=35.01%
B=31.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811640.0500.090.2991.7610.367.65
HexACB5A45091D5ca44
Octal25426524450113513412104
Binary1010110010110101101001001010100111101101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5A4; }

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

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

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

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

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

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

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

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