#99ACA5

Color #99ACA5 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #99ACA5

Tints of Tower Grey #99ACA5

Color information

#99ACA5 (or 0x99ACA5) is unknown color: approx Tower Grey. HEX triplet: 99, AC and A5. RGB value is (153,172,165). Sum of RGB (Red+Green+Blue) = 153+172+165=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #99ACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACA5 is #66535A. Grayscale: #A5A5A5. Windows color (decimal): -6706011 or 10857625. OLE color: 10857625.

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

Color convert

RGB153172165-
CMYK0.1100.040.33
HSL157.89º10.27%63.73%-
HSV(B)157.89º11.05%67.45%-
XYZ34.6838.9941.3-
YUV165.52127.71119.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=31.22%
G=35.10%
B=33.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531721650.1100.040.33157.8910.2763.73
Hex99ACA5B04219ea40
Octal23125424513044123612100
Binary100110011010110010100101101101001000011001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ACA5; }

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

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

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

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

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

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

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

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