Html Css Color HEX #98A3A1 Hit Grey

📋 copy color: '#98A3A1'

red 152 ◦ green 163 ◦ blue 161

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

Shades of Hit Grey #98A3A1

Tints of Hit Grey #98A3A1

RGB

 RED value IS 152 (59.77% from 255) = 31.93%

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 161 (63.28% from 255) = 33.82%

R = 31.93%
G = 34.24%
B = 33.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#98A3A1 (or 0x98A3A1) is known color: Hit Grey. HEX triplet: 98, A3 and A1. RGB value is (152,163,161). Sum of RGB (Red+Green+Blue) = 152+163+161=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 163 - color contains mainly: green. Hex color #98A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A3A1 is #675C5E. Grayscale: #9F9F9F. Windows color (decimal): -6773855 or 10593176. OLE color: 10593176.

HSL color Cylindrical-coordinate representation of color #98A3A1: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A3A1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 163 161 -
CMYK 0.07 0 0.01 0.36
HSL 169.09º 0.06% 0.62% -
HSV(B) 169.09º 0.07% 0.64% -
XYZ 32.48 35.44 38.85 -
YUV 159.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 152 163 161 0.07 0 0.01 0.36 169.09 0.06 0.62
Hex 98 A3 A1 7 0 1 24 A9 6 3E
Octal 230 243 241 7 0 1 44 251 6 76
Binary 10011000 10100011 10100001 111 0 1 100100 10101001 110 111110

Color Harmonies of #98A3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A3A1

Black with #98A3A1

Text Example


Text Example

White with #98A3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,163,161); }

 H1.HeaderClassName
 {
   color: #98A3A1;
 }
 .AnyTagClassName
 {
   color: #98A3A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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