#98A29E

Color #98A29E Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #98A29E

Tints of Tower Grey #98A29E

Color information

#98A29E (or 0x98A29E) is unknown color: approx Tower Grey. HEX triplet: 98, A2 and 9E. RGB value is (152,162,158). Sum of RGB (Red+Green+Blue) = 152+162+158=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #98A29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A29E is #675D61. Grayscale: #9E9E9E. Windows color (decimal): -6774114 or 10396312. OLE color: 10396312.

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

Color convert

RGB152162158-
CMYK0.0600.020.36
HSL156º5.1%61.57%-
HSV(B)156º6.17%63.53%-
XYZ32.0434.9837.41-
YUV158.55127.69123.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=32.20%
G=34.32%
B=33.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521621580.0600.020.361565.161.57
Hex98A29E602249c53e
Octal23024223660244234576
Binary10011000101000101001111011001010010010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98A29E;
 }
 .AnyTagClassName
 {
   color: #98A29E;
 }
</style>
background-color css

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

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

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

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

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

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