#9AA8A4

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

Shades of Tower Grey #9AA8A4

Tints of Tower Grey #9AA8A4

Color information

#9AA8A4 (or 0x9AA8A4) is unknown color: approx Tower Grey. HEX triplet: 9A, A8 and A4. RGB value is (154,168,164). Sum of RGB (Red+Green+Blue) = 154+168+164=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8A4 is #65575B. Grayscale: #A3A3A3. Windows color (decimal): -6641500 or 10791066. OLE color: 10791066.

HSL color Cylindrical-coordinate representation of color #9AA8A4: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9AA8A4 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB154168164-
CMYK0.0800.020.34
HSL162.86º7.45%63.14%-
HSV(B)162.86º8.33%65.88%-
XYZ34.0337.5640.58-
YUV163.36128.36121.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=31.69%
G=34.57%
B=33.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681640.0800.020.34162.867.4563.14
Hex9AA8A480222a373f
Octal232250244100242243777
Binary100110101010100010100100100001010001010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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