#9AACA5

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

Shades of Tower Grey #9AACA5

Tints of Tower Grey #9AACA5

Color information

#9AACA5 (or 0x9AACA5) is unknown color: approx Tower Grey. HEX triplet: 9A, AC and A5. RGB value is (154,172,165). Sum of RGB (Red+Green+Blue) = 154+172+165=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #9AACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACA5 is #65535A. Grayscale: #A5A5A5. Windows color (decimal): -6640475 or 10857626. OLE color: 10857626.

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

Color convert

RGB154172165-
CMYK0.1000.040.33
HSL156.67º9.78%63.92%-
HSV(B)156.67º10.47%67.45%-
XYZ34.8739.0941.3-
YUV165.82127.54119.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=31.36%
G=35.03%
B=33.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541721650.1000.040.33156.679.7863.92
Hex9AACA5A04219da40
Octal23225424512044123512100
Binary100110101010110010100101101001001000011001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AACA5; }

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

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

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

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

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

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

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

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