Html Css Color HEX #98A29D Tower Grey

📋 copy color: '#98A29D'

red 152 ◦ green 162 ◦ blue 157

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

Shades of Tower Grey #98A29D

Tints of Tower Grey #98A29D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.39%

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 32.27%
G = 34.39%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#98A29D (or 0x98A29D) is known color: Tower Grey. HEX triplet: 98, A2 and 9D. RGB value is (152,162,157). Sum of RGB (Red+Green+Blue) = 152+162+157=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 162 - color contains mainly: green. Hex color #98A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A29D is #675D62. Grayscale: #9E9E9E. Windows color (decimal): -6774115 or 10330776. OLE color: 10330776.

HSL color Cylindrical-coordinate representation of color #98A29D: hue angle of 150º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A29D is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 162 157 -
CMYK 0.06 0 0.03 0.36
HSL 150º 0.05% 0.62% -
HSV(B) 150º 0.06% 0.64% -
XYZ 31.96 34.95 36.96 -
YUV 158.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 152 162 157 0.06 0 0.03 0.36 150 0.05 0.62
Hex 98 A2 9D 6 0 3 24 96 5 3E
Octal 230 242 235 6 0 3 44 226 5 76
Binary 10011000 10100010 10011101 110 0 11 100100 10010110 101 111110

Color Harmonies of #98A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A29D

Black with #98A29D

Text Example


Text Example

White with #98A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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