#ACB1A6

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

Shades of Silver Chalice #ACB1A6

Tints of Silver Chalice #ACB1A6

Color information

#ACB1A6 (or 0xACB1A6) is unknown color: approx Silver Chalice. HEX triplet: AC, B1 and A6. RGB value is (172,177,166). Sum of RGB (Red+Green+Blue) = 172+177+166=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A6 is #534E59. Grayscale: #AEAEAE. Windows color (decimal): -5459546 or 10924460. OLE color: 10924460.

HSL color Cylindrical-coordinate representation of color #ACB1A6: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB1A6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB172177166-
CMYK0.0300.060.31
HSL87.27º6.59%67.25%-
HSV(B)87.27º6.21%69.41%-
XYZ39.6242.9742.28-
YUV174.25123.34126.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=33.40%
G=34.37%
B=32.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771660.0300.060.3187.276.5967.25
HexACB1A63061F57743
Octal254261246306371277103
Binary1010110010110001101001101101101111110101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1A6; }

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

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

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

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

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

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

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

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