Html Css Color HEX #99ADA3 Tower Grey

📋 copy color: '#99ADA3'

red 153 ◦ green 173 ◦ blue 163

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

Shades of Tower Grey #99ADA3

Tints of Tower Grey #99ADA3

RGB

 RED value IS 153 (60.16% from 255) = 31.29%

 GREEN value IS 173 (67.97% from 255) = 35.38%

 BLUE value IS 163 (64.06% from 255) = 33.33%

R = 31.29%
G = 35.38%
B = 33.33%

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

#99ADA3 (or 0x99ADA3) is known color: Tower Grey. HEX triplet: 99, AD and A3. RGB value is (153,173,163). Sum of RGB (Red+Green+Blue) = 153+173+163=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADA3 is #66525C. Grayscale: #A5A5A5. Windows color (decimal): -6705757 or 10726809. OLE color: 10726809.

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

Color convert

RGB 153 173 163 -
CMYK 0.12 0 0.06 0.32
HSL 150º 0.11% 0.64% -
HSV(B) 150º 0.12% 0.68% -
XYZ 34.69 39.3 40.41 -
YUV 165.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 153 173 163 0.12 0 0.06 0.32 150 0.11 0.64
Hex 99 AD A3 C 0 6 20 96 B 40
Octal 231 255 243 14 0 6 40 226 13 100
Binary 10011001 10101101 10100011 1100 0 110 100000 10010110 1011 1000000

Color Harmonies of #99ADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADA3

Black with #99ADA3

Text Example


Text Example

White with #99ADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99ADA3;
 }
 .AnyTagClassName
 {
   color: #99ADA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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