#9AABA1

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

Shades of Tower Grey #9AABA1

Tints of Tower Grey #9AABA1

Color information

#9AABA1 (or 0x9AABA1) is unknown color: approx Tower Grey. HEX triplet: 9A, AB and A1. RGB value is (154,171,161). Sum of RGB (Red+Green+Blue) = 154+171+161=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #9AABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABA1 is #65545E. Grayscale: #A4A4A4. Windows color (decimal): -6640735 or 10595226. OLE color: 10595226.

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

Color convert

RGB154171161-
CMYK0.1000.060.33
HSL144.71º9.19%63.73%-
HSV(B)144.71º9.94%67.06%-
XYZ34.3238.5739.35-
YUV164.78125.87120.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=31.69%
G=35.19%
B=33.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711610.1000.060.33144.719.1963.73
Hex9AABA1A062191940
Octal23225324112064122111100
Binary100110101010101110100001101001101000011001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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