Html Css Color HEX #98ADA6 Tower Grey

📋 copy color: '#98ADA6'

red 152 ◦ green 173 ◦ blue 166

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

Shades of Tower Grey #98ADA6

Tints of Tower Grey #98ADA6

RGB

 RED value IS 152 (59.77% from 255) = 30.96%

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

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 30.96%
G = 35.23%
B = 33.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#98ADA6 (or 0x98ADA6) is known color: Tower Grey. HEX triplet: 98, AD and A6. RGB value is (152,173,166). Sum of RGB (Red+Green+Blue) = 152+173+166=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA6 is #675259. Grayscale: #A5A5A5. Windows color (decimal): -6771290 or 10923416. OLE color: 10923416.

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

Color convert

RGB 152 173 166 -
CMYK 0.12 0 0.04 0.32
HSL 160º 0.11% 0.64% -
HSV(B) 160º 0.12% 0.68% -
XYZ 34.78 39.32 41.83 -
YUV 165.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 152 173 166 0.12 0 0.04 0.32 160 0.11 0.64
Hex 98 AD A6 C 0 4 20 A0 B 40
Octal 230 255 246 14 0 4 40 240 13 100
Binary 10011000 10101101 10100110 1100 0 100 100000 10100000 1011 1000000

Color Harmonies of #98ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADA6

Black with #98ADA6

Text Example


Text Example

White with #98ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98ADA6; }

 p { color: rgb(152,173,166); }

 H1.HeaderClassName
 {
   color: #98ADA6;
 }
 .AnyTagClassName
 {
   color: #98ADA6;
 }
</style>

background-color css

<style>
 a { background-color: #98ADA6; }

 a { background-color: rgb(152,173,166); }

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

border-color css

<style>
 span { border-color: #98ADA6; }

 span { border-color: rgb(152,173,166); }

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