Html Css Color HEX #98A9AA Hit Grey

📋 copy color: '#98A9AA'

red 152 ◦ green 169 ◦ blue 170

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

Shades of Hit Grey #98A9AA

Tints of Hit Grey #98A9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 30.96%
G = 34.42%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#98A9AA (or 0x98A9AA) is known color: Hit Grey. HEX triplet: 98, A9 and AA. RGB value is (152,169,170). Sum of RGB (Red+Green+Blue) = 152+169+170=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #98A9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9AA is #675655. Grayscale: #A4A4A4. Windows color (decimal): -6772310 or 11184536. OLE color: 11184536.

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

Color convert

RGB 152 169 170 -
CMYK 0.11 0.01 0 0.33
HSL 183.33º 0.1% 0.63% -
HSV(B) 183.33º 0.11% 0.67% -
XYZ 34.39 37.95 43.54 -
YUV 164.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 152 169 170 0.11 0.01 0 0.33 183.33 0.1 0.63
Hex 98 A9 AA B 1 0 21 B7 A 3F
Octal 230 251 252 13 1 0 41 267 12 77
Binary 10011000 10101001 10101010 1011 1 0 100001 10110111 1010 111111

Color Harmonies of #98A9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A9AA

Black with #98A9AA

Text Example


Text Example

White with #98A9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,169,170); }

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

background-color css

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

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

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

border-color css

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

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

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