Html Css Color HEX #98ADA1 Tower Grey

📋 copy color: '#98ADA1'

red 152 ◦ green 173 ◦ blue 161

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

Shades of Tower Grey #98ADA1

Tints of Tower Grey #98ADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.13%

R = 31.28%
G = 35.6%
B = 33.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#98ADA1 (or 0x98ADA1) is known color: Tower Grey. HEX triplet: 98, AD and A1. RGB value is (152,173,161). Sum of RGB (Red+Green+Blue) = 152+173+161=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA1 is #67525E. Grayscale: #A5A5A5. Windows color (decimal): -6771295 or 10595736. OLE color: 10595736.

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

Color convert

RGB 152 173 161 -
CMYK 0.12 0 0.07 0.32
HSL 145.71º 0.11% 0.64% -
HSV(B) 145.71º 0.12% 0.68% -
XYZ 34.33 39.14 39.46 -
YUV 165.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 152 173 161 0.12 0 0.07 0.32 145.71 0.11 0.64
Hex 98 AD A1 C 0 7 20 92 B 40
Octal 230 255 241 14 0 7 40 222 13 100
Binary 10011000 10101101 10100001 1100 0 111 100000 10010010 1011 1000000

Color Harmonies of #98ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADA1

Black with #98ADA1

Text Example


Text Example

White with #98ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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