#AAACA6

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

Shades of Silver Chalice #AAACA6

Tints of Silver Chalice #AAACA6

Color information

#AAACA6 (or 0xAAACA6) is unknown color: approx Silver Chalice. HEX triplet: AA, AC and A6. RGB value is (170,172,166). Sum of RGB (Red+Green+Blue) = 170+172+166=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA6 is #555359. Grayscale: #AAAAAA. Windows color (decimal): -5591898 or 10923178. OLE color: 10923178.

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

Color convert

RGB170172166-
CMYK0.0100.030.33
HSL80º3.49%66.27%-
HSV(B)80º3.49%67.45%-
XYZ38.2140.841.94-
YUV170.72125.34127.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 166 (65.23% from 255) = 32.68%
R=33.46%
G=33.86%
B=32.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721660.0100.030.33803.4966.27
HexAAACA61032150342
Octal252254246103411203102
Binary10101010101011001010011010111000011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA6; }

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

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

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

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

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

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

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

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