#A9ACA5

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

Shades of Silver Chalice #A9ACA5

Tints of Silver Chalice #A9ACA5

Color information

#A9ACA5 (or 0xA9ACA5) is unknown color: approx Silver Chalice. HEX triplet: A9, AC and A5. RGB value is (169,172,165). Sum of RGB (Red+Green+Blue) = 169+172+165=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #A9ACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ACA5 is #56535A. Grayscale: #AAAAAA. Windows color (decimal): -5657435 or 10857641. OLE color: 10857641.

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

Color convert

RGB169172165-
CMYK0.0200.040.33
HSL85.71º4.05%66.08%-
HSV(B)85.71º4.07%67.45%-
XYZ37.9140.6641.45-
YUV170.3125.01127.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=33.40%
G=33.99%
B=32.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721650.0200.040.3385.714.0566.08
HexA9ACA52042156442
Octal251254245204411264102
Binary10101001101011001010010110010010000110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACA5; }

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

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

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

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

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

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

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

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