#98ACAD

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

Shades of Hit Grey #98ACAD

Tints of Hit Grey #98ACAD

Color information

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

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

Color convert

RGB152172173-
CMYK0.120.0100.32
HSL182.86º11.35%63.73%-
HSV(B)182.86º12.14%67.84%-
XYZ35.2439.245.24-
YUV166.13131.87117.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521721730.120.0100.32182.8611.3563.73
Hex98ACADC1020b7b40
Octal23025425514104026713100
Binary1001100010101100101011011100101000001011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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