#99ADA2

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

Shades of Tower Grey #99ADA2

Tints of Tower Grey #99ADA2

Color information

#99ADA2 (or 0x99ADA2) is unknown color: approx Tower Grey. HEX triplet: 99, AD and A2. RGB value is (153,173,162). Sum of RGB (Red+Green+Blue) = 153+173+162=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADA2 is #66525D. Grayscale: #A5A5A5. Windows color (decimal): -6705758 or 10661273. OLE color: 10661273.

HSL color Cylindrical-coordinate representation of color #99ADA2: hue angle of 147º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99ADA2 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB153173162-
CMYK0.1200.060.32
HSL147º10.87%63.92%-
HSV(B)147º11.56%67.84%-
XYZ34.639.2739.94-
YUV165.77125.87118.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 162 (63.67% from 255) = 33.20%
R=31.35%
G=35.45%
B=33.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731620.1200.060.3214710.8763.92
Hex99ADA2C062093b40
Octal23125524214064022313100
Binary100110011010110110100010110001101000001001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,162); }

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

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

 a { background-color: rgb(153,173,162); }

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

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

 span { border-color: rgb(153,173,162); }

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