#ACB5A6

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

Shades of Silver Chalice #ACB5A6

Tints of Silver Chalice #ACB5A6

Color information

#ACB5A6 (or 0xACB5A6) is unknown color: approx Silver Chalice. HEX triplet: AC, B5 and A6. RGB value is (172,181,166). Sum of RGB (Red+Green+Blue) = 172+181+166=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A6 is #534A59. Grayscale: #B0B0B0. Windows color (decimal): -5458522 or 10925484. OLE color: 10925484.

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

Color convert

RGB172181166-
CMYK0.0500.080.29
HSL96º9.2%68.04%-
HSV(B)96º8.29%70.98%-
XYZ40.4244.5742.55-
YUV176.6122.02124.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=33.14%
G=34.87%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811660.0500.080.29969.268.04
HexACB5A65081D60944
Octal25426524650103514011104
Binary1010110010110101101001101010100011101110000010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5A6; }

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

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

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

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

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

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

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

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