#98ADA6

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

Shades of Tower Grey #98ADA6

Tints of Tower Grey #98ADA6

Color information

#98ADA6 (or 0x98ADA6) is unknown color: approx 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

RGB152173166-
CMYK0.1200.040.32
HSL160º11.35%63.73%-
HSV(B)160º12.14%67.84%-
XYZ34.7839.3241.83-
YUV165.92128.04118.07-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731660.1200.040.3216011.3563.73
Hex98ADA6C0420a0b40
Octal23025524614044024013100
Binary100110001010110110100110110001001000001010000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>