#ACB8A3

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

Shades of Silver Chalice #ACB8A3

Tints of Silver Chalice #ACB8A3

Color information

#ACB8A3 (or 0xACB8A3) is unknown color: approx Silver Chalice. HEX triplet: AC, B8 and A3. RGB value is (172,184,163). Sum of RGB (Red+Green+Blue) = 172+184+163=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8A3 is #53475C. Grayscale: #B2B2B2. Windows color (decimal): -5457757 or 10729644. OLE color: 10729644.

HSL color Cylindrical-coordinate representation of color #ACB8A3: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB8A3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB172184163-
CMYK0.0700.110.28
HSL94.29º12.88%68.04%-
HSV(B)94.29º11.41%72.16%-
XYZ40.7645.741.32-
YUV178.02119.52123.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=33.14%
G=35.45%
B=31.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841630.0700.110.2894.2912.8868.04
HexACB8A370B1C5ed44
Octal25427024370133413615104
Binary1010110010111000101000111110101111100101111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8A3; }

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

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

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

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

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

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

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

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