Html Css Color HEX #98ACAC Hit Grey

📋 copy color: '#98ACAC'

red 152 ◦ green 172 ◦ blue 172

#98ACAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #98ACAC

Tints of Hit Grey #98ACAC

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 value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#98ACAC (or 0x98ACAC) is known color: 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

RGB 152 172 172 -
CMYK 0.12 0 0 0.33
HSL 180º 0.11% 0.64% -
HSV(B) 180º 0.12% 0.67% -
XYZ 35.15 39.16 44.74 -
YUV 166.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 152 172 172 0.12 0 0 0.33 180 0.11 0.64
Hex 98 AC AC C 0 0 21 B4 B 40
Octal 230 254 254 14 0 0 41 264 13 100
Binary 10011000 10101100 10101100 1100 0 0 100001 10110100 1011 1000000

Color Harmonies of #98ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACAC

Black with #98ACAC

Text Example


Text Example

White with #98ACAC

Text Example


Text Example

HTML Codes & Css Web 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>