Html Css Color HEX #98ADA2 Tower Grey

📋 copy color: '#98ADA2'

red 152 ◦ green 173 ◦ blue 162

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

Shades of Tower Grey #98ADA2

Tints of Tower Grey #98ADA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.26%

R = 31.21%
G = 35.52%
B = 33.26%

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

#98ADA2 (or 0x98ADA2) is known color: Tower Grey. HEX triplet: 98, AD and A2. RGB value is (152,173,162). Sum of RGB (Red+Green+Blue) = 152+173+162=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA2 is #67525D. Grayscale: #A5A5A5. Windows color (decimal): -6771294 or 10661272. OLE color: 10661272.

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

Color convert

RGB 152 173 162 -
CMYK 0.12 0 0.06 0.32
HSL 148.57º 0.11% 0.64% -
HSV(B) 148.57º 0.12% 0.68% -
XYZ 34.41 39.17 39.93 -
YUV 165.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 152 173 162 0.12 0 0.06 0.32 148.57 0.11 0.64
Hex 98 AD A2 C 0 6 20 95 B 40
Octal 230 255 242 14 0 6 40 225 13 100
Binary 10011000 10101101 10100010 1100 0 110 100000 10010101 1011 1000000

Color Harmonies of #98ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADA2

Black with #98ADA2

Text Example


Text Example

White with #98ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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