#9AB0A4

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

Shades of Tower Grey #9AB0A4

Tints of Tower Grey #9AB0A4

Color information

#9AB0A4 (or 0x9AB0A4) is unknown color: approx Tower Grey. HEX triplet: 9A, B0 and A4. RGB value is (154,176,164). Sum of RGB (Red+Green+Blue) = 154+176+164=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0A4 is #654F5B. Grayscale: #A8A8A8. Windows color (decimal): -6639452 or 10793114. OLE color: 10793114.

HSL color Cylindrical-coordinate representation of color #9AB0A4: hue angle of 147.27º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AB0A4 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB154176164-
CMYK0.1200.070.31
HSL147.27º12.22%64.71%-
HSV(B)147.27º12.5%69.02%-
XYZ35.5540.641.08-
YUV168.05125.71117.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=31.17%
G=35.63%
B=33.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541761640.1200.070.31147.2712.2264.71
Hex9AB0A4C071F93c41
Octal23226024414073722314101
Binary10011010101100001010010011000111111111001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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