#9AA8A3

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

Shades of Tower Grey #9AA8A3

Tints of Tower Grey #9AA8A3

Color information

#9AA8A3 (or 0x9AA8A3) is unknown color: approx Tower Grey. HEX triplet: 9A, A8 and A3. RGB value is (154,168,163). Sum of RGB (Red+Green+Blue) = 154+168+163=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA8A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA8A3 is #65575C. Grayscale: #A3A3A3. Windows color (decimal): -6641501 or 10725530. OLE color: 10725530.

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

Color convert

RGB154168163-
CMYK0.0800.030.34
HSL158.57º7.45%63.14%-
HSV(B)158.57º8.33%65.88%-
XYZ33.9437.5240.1-
YUV163.24127.86121.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=31.75%
G=34.64%
B=33.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541681630.0800.030.34158.577.4563.14
Hex9AA8A3803229f73f
Octal232250243100342237777
Binary100110101010100010100011100001110001010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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