#ACAEAA

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

Shades of Silver Chalice #ACAEAA

Tints of Silver Chalice #ACAEAA

Color information

#ACAEAA (or 0xACAEAA) is unknown color: approx Silver Chalice. HEX triplet: AC, AE and AA. RGB value is (172,174,170). Sum of RGB (Red+Green+Blue) = 172+174+170=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEAA is #535155. Grayscale: #ACACAC. Windows color (decimal): -5460310 or 11185836. OLE color: 11185836.

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

Color convert

RGB172174170-
CMYK0.0100.020.32
HSL90º2.41%67.45%-
HSV(B)90º2.3%68.24%-
XYZ39.4141.9544.05-
YUV172.95126.34127.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=33.33%
G=33.72%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741700.0100.020.32902.4167.45
HexACAEAA102205a243
Octal254256252102401322103
Binary10101100101011101010101010101000001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEAA; }

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

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

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

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

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

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

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

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