#ACAEA9

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

Shades of Silver Chalice #ACAEA9

Tints of Silver Chalice #ACAEA9

Color information

#ACAEA9 (or 0xACAEA9) is unknown color: approx Silver Chalice. HEX triplet: AC, AE and A9. RGB value is (172,174,169). Sum of RGB (Red+Green+Blue) = 172+174+169=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA9 is #535156. Grayscale: #ACACAC. Windows color (decimal): -5460311 or 11120300. OLE color: 11120300.

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

Color convert

RGB172174169-
CMYK0.0100.030.32
HSL84º2.99%67.25%-
HSV(B)84º2.87%68.24%-
XYZ39.3141.9143.55-
YUV172.83125.84127.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=33.40%
G=33.79%
B=32.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741690.0100.030.32842.9967.25
HexACAEA91032054343
Octal254256251103401243103
Binary10101100101011101010100110111000001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEA9; }

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

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

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

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

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

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

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

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