#99ABA6

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

Shades of Tower Grey #99ABA6

Tints of Tower Grey #99ABA6

Color information

#99ABA6 (or 0x99ABA6) is unknown color: approx Tower Grey. HEX triplet: 99, AB and A6. RGB value is (153,171,166). Sum of RGB (Red+Green+Blue) = 153+171+166=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #99ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABA6 is #665459. Grayscale: #A5A5A5. Windows color (decimal): -6706266 or 10922905. OLE color: 10922905.

HSL color Cylindrical-coordinate representation of color #99ABA6: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99ABA6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB153171166-
CMYK0.1100.030.33
HSL163.33º9.68%63.53%-
HSV(B)163.33º10.53%67.06%-
XYZ34.5838.6541.71-
YUV165.05128.54119.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=31.22%
G=34.90%
B=33.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711660.1100.030.33163.339.6863.53
Hex99ABA6B0321a3a40
Octal23125324613034124312100
Binary10011001101010111010011010110111000011010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ABA6; }

 p { color: rgb(153,171,166); }

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

<style>
 a { background-color: #99ABA6; }

 a { background-color: rgb(153,171,166); }

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

<style>
 span { border-color: #99ABA6; }

 span { border-color: rgb(153,171,166); }

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