#ACB6A4

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

Shades of Silver Chalice #ACB6A4

Tints of Silver Chalice #ACB6A4

Color information

#ACB6A4 (or 0xACB6A4) is unknown color: approx Silver Chalice. HEX triplet: AC, B6 and A4. RGB value is (172,182,164). Sum of RGB (Red+Green+Blue) = 172+182+164=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6A4 is #53495B. Grayscale: #B1B1B1. Windows color (decimal): -5458268 or 10794668. OLE color: 10794668.

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

Color convert

RGB172182164-
CMYK0.0500.100.29
HSL93.33º10.98%67.84%-
HSV(B)93.33º9.89%71.37%-
XYZ40.4444.9141.66-
YUV176.96120.69124.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=33.20%
G=35.14%
B=31.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821640.0500.100.2993.3310.9867.84
HexACB6A450A1D5db44
Octal25426624450123513513104
Binary1010110010110110101001001010101011101101110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6A4; }

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

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

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

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

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

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

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

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