#9AB0A6

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

Shades of Tower Grey #9AB0A6

Tints of Tower Grey #9AB0A6

Color information

#9AB0A6 (or 0x9AB0A6) is unknown color: approx Tower Grey. HEX triplet: 9A, B0 and A6. RGB value is (154,176,166). Sum of RGB (Red+Green+Blue) = 154+176+166=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0A6 is #654F59. Grayscale: #A8A8A8. Windows color (decimal): -6639450 or 10924186. OLE color: 10924186.

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

Color convert

RGB154176166-
CMYK0.1200.060.31
HSL152.73º12.22%64.71%-
HSV(B)152.73º12.5%69.02%-
XYZ35.7340.6742.04-
YUV168.28126.71117.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=31.05%
G=35.48%
B=33.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541761660.1200.060.31152.7312.2264.71
Hex9AB0A6C061F99c41
Octal23226024614063723114101
Binary10011010101100001010011011000110111111001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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