#ACAEA7

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

Shades of Silver Chalice #ACAEA7

Tints of Silver Chalice #ACAEA7

Color information

#ACAEA7 (or 0xACAEA7) is unknown color: approx Silver Chalice. HEX triplet: AC, AE and A7. RGB value is (172,174,167). Sum of RGB (Red+Green+Blue) = 172+174+167=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA7 is #535158. Grayscale: #ACACAC. Windows color (decimal): -5460313 or 10989228. OLE color: 10989228.

HSL color Cylindrical-coordinate representation of color #ACAEA7: hue angle of 77.14º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACAEA7 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB172174167-
CMYK0.0100.040.32
HSL77.14º4.14%66.86%-
HSV(B)77.14º4.02%68.24%-
XYZ39.1241.8342.57-
YUV172.6124.84127.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=33.53%
G=33.92%
B=32.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741670.0100.040.3277.144.1466.86
HexACAEA7104204d443
Octal254256247104401154103
Binary1010110010101110101001111010010000010011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEA7; }

 p { color: rgb(172,174,167); }

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

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

 a { background-color: rgb(172,174,167); }

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

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

 span { border-color: rgb(172,174,167); }

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