#ACB1A3

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

Shades of Silver Chalice #ACB1A3

Tints of Silver Chalice #ACB1A3

Color information

#ACB1A3 (or 0xACB1A3) is unknown color: approx Silver Chalice. HEX triplet: AC, B1 and A3. RGB value is (172,177,163). Sum of RGB (Red+Green+Blue) = 172+177+163=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A3 is #534E5C. Grayscale: #ADADAD. Windows color (decimal): -5459549 or 10727852. OLE color: 10727852.

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

Color convert

RGB172177163-
CMYK0.0300.080.31
HSL81.43º8.24%66.67%-
HSV(B)81.43º7.91%69.41%-
XYZ39.3542.8640.85-
YUV173.91121.84126.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=33.59%
G=34.57%
B=31.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771630.0300.080.3181.438.2466.67
HexACB1A33081F51843
Octal25426124330103712110103
Binary101011001011000110100011110100011111101000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1A3; }

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

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

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

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

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

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

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

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