#98ADA7

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

Shades of Tower Grey #98ADA7

Tints of Tower Grey #98ADA7

Color information

#98ADA7 (or 0x98ADA7) is unknown color: approx Tower Grey. HEX triplet: 98, AD and A7. RGB value is (152,173,167). Sum of RGB (Red+Green+Blue) = 152+173+167=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA7 is #675258. Grayscale: #A6A6A6. Windows color (decimal): -6771289 or 10988952. OLE color: 10988952.

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

Color convert

RGB152173167-
CMYK0.1200.030.32
HSL162.86º11.35%63.73%-
HSV(B)162.86º12.14%67.84%-
XYZ34.8739.3542.32-
YUV166.04128.54117.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=30.89%
G=35.16%
B=33.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731670.1200.030.32162.8611.3563.73
Hex98ADA7C0320a3b40
Octal23025524714034024313100
Binary10011000101011011010011111000111000001010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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