#9AABA4

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

Shades of Tower Grey #9AABA4

Tints of Tower Grey #9AABA4

Color information

#9AABA4 (or 0x9AABA4) is unknown color: approx Tower Grey. HEX triplet: 9A, AB and A4. RGB value is (154,171,164). Sum of RGB (Red+Green+Blue) = 154+171+164=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #9AABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABA4 is #65545B. Grayscale: #A5A5A5. Windows color (decimal): -6640732 or 10791834. OLE color: 10791834.

HSL color Cylindrical-coordinate representation of color #9AABA4: hue angle of 155.29º degrees, saturation: 0.09, 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 #9AABA4 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB154171164-
CMYK0.1000.040.33
HSL155.29º9.19%63.73%-
HSV(B)155.29º9.94%67.06%-
XYZ34.5938.6840.76-
YUV165.12127.37120.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=31.49%
G=34.97%
B=33.54%

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
Decimal1541711640.1000.040.33155.299.1963.73
Hex9AABA4A04219b940
Octal23225324412044123311100
Binary100110101010101110100100101001001000011001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,164); }

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

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

 a { background-color: rgb(154,171,164); }

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

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

 span { border-color: rgb(154,171,164); }

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