#98ACAC

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

Shades of Hit Grey #98ACAC

Tints of Hit Grey #98ACAC

Color information

#98ACAC (or 0x98ACAC) is unknown color: approx Hit Grey. HEX triplet: 98, AC and AC. RGB value is (152,172,172). Sum of RGB (Red+Green+Blue) = 152+172+172=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #98ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ACAC is #675353. Grayscale: #A6A6A6. Windows color (decimal): -6771540 or 11316376. OLE color: 11316376.

HSL color Cylindrical-coordinate representation of color #98ACAC: hue angle of 180º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ACAC is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152172172-
CMYK0.12000.33
HSL180º10.75%63.53%-
HSV(B)180º11.63%67.45%-
XYZ35.1539.1644.74-
YUV166.02131.37118-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.65%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=30.65%
G=34.68%
B=34.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521721720.12000.3318010.7563.53
Hex98ACACC0021b4b40
Octal23025425414004126413100
Binary1001100010101100101011001100001000011011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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