#9AABA6

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

Shades of Tower Grey #9AABA6

Tints of Tower Grey #9AABA6

Color information

#9AABA6 (or 0x9AABA6) is unknown color: approx Tower Grey. HEX triplet: 9A, AB and A6. RGB value is (154,171,166). Sum of RGB (Red+Green+Blue) = 154+171+166=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #9AABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABA6 is #655459. Grayscale: #A5A5A5. Windows color (decimal): -6640730 or 10922906. OLE color: 10922906.

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

Color convert

RGB154171166-
CMYK0.1000.030.33
HSL162.35º9.19%63.73%-
HSV(B)162.35º9.94%67.06%-
XYZ34.7738.7541.72-
YUV165.35128.37119.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=31.36%
G=34.83%
B=33.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711660.1000.030.33162.359.1963.73
Hex9AABA6A0321a2940
Octal23225324612034124211100
Binary10011010101010111010011010100111000011010001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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