Html Css Color HEX #99ADA2 Tower Grey

📋 copy color: '#99ADA2'

red 153 ◦ green 173 ◦ blue 162

#99ADA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #99ADA2

Tints of Tower Grey #99ADA2

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.2%

R = 31.35%
G = 35.45%
B = 33.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#99ADA2 (or 0x99ADA2) is known color: 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

RGB 153 173 162 -
CMYK 0.12 0 0.06 0.32
HSL 147º 0.11% 0.64% -
HSV(B) 147º 0.12% 0.68% -
XYZ 34.6 39.27 39.94 -
YUV 165.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 153 173 162 0.12 0 0.06 0.32 147 0.11 0.64
Hex 99 AD A2 C 0 6 20 93 B 40
Octal 231 255 242 14 0 6 40 223 13 100
Binary 10011001 10101101 10100010 1100 0 110 100000 10010011 1011 1000000

Color Harmonies of #99ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADA2

Black with #99ADA2

Text Example


Text Example

White with #99ADA2

Text Example


Text Example

HTML Codes & Css Web 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>