#99ABA4

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

Shades of Tower Grey #99ABA4

Tints of Tower Grey #99ABA4

Color information

#99ABA4 (or 0x99ABA4) is unknown color: approx Tower Grey. HEX triplet: 99, AB and A4. RGB value is (153,171,164). Sum of RGB (Red+Green+Blue) = 153+171+164=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #99ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABA4 is #66545B. Grayscale: #A4A4A4. Windows color (decimal): -6706268 or 10791833. OLE color: 10791833.

HSL color Cylindrical-coordinate representation of color #99ABA4: hue angle of 156.67º 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 #99ABA4 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB153171164-
CMYK0.1100.040.33
HSL156.67º9.68%63.53%-
HSV(B)156.67º10.53%67.06%-
XYZ34.438.5840.76-
YUV164.82127.54119.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=31.35%
G=35.04%
B=33.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531711640.1100.040.33156.679.6863.53
Hex99ABA4B04219da40
Octal23125324413044123512100
Binary100110011010101110100100101101001000011001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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