#98ADAC

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

Shades of Hit Grey #98ADAC

Tints of Hit Grey #98ADAC

Color information

#98ADAC (or 0x98ADAC) is unknown color: approx Hit Grey. HEX triplet: 98, AD and AC. RGB value is (152,173,172). Sum of RGB (Red+Green+Blue) = 152+173+172=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAC is #675253. Grayscale: #A6A6A6. Windows color (decimal): -6771284 or 11316632. OLE color: 11316632.

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

Color convert

RGB152173172-
CMYK0.1200.010.32
HSL177.14º11.35%63.73%-
HSV(B)177.14º12.14%67.84%-
XYZ35.3439.5444.8-
YUV166.61131.04117.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=30.58%
G=34.81%
B=34.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731720.1200.010.32177.1411.3563.73
Hex98ADACC0120b1b40
Octal23025525414014026113100
Binary1001100010101101101011001100011000001011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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