Html Css Color HEX #99AAA7 Hit Grey

📋 copy color: '#99AAA7'

red 153 ◦ green 170 ◦ blue 167

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

Shades of Hit Grey #99AAA7

Tints of Hit Grey #99AAA7

RGB

 RED value IS 153 (60.16% from 255) = 31.22%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 31.22%
G = 34.69%
B = 34.08%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#99AAA7 (or 0x99AAA7) is known color: Hit Grey. HEX triplet: 99, AA and A7. RGB value is (153,170,167). Sum of RGB (Red+Green+Blue) = 153+170+167=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA7 is #665558. Grayscale: #A4A4A4. Windows color (decimal): -6706521 or 10988185. OLE color: 10988185.

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

Color convert

RGB 153 170 167 -
CMYK 0.1 0 0.02 0.33
HSL 169.41º 0.09% 0.63% -
HSV(B) 169.41º 0.1% 0.67% -
XYZ 34.49 38.31 42.14 -
YUV 164.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 153 170 167 0.1 0 0.02 0.33 169.41 0.09 0.63
Hex 99 AA A7 A 0 2 21 A9 9 3F
Octal 231 252 247 12 0 2 41 251 11 77
Binary 10011001 10101010 10100111 1010 0 10 100001 10101001 1001 111111

Color Harmonies of #99AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAA7

Black with #99AAA7

Text Example


Text Example

White with #99AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AAA7; }

 p { color: rgb(153,170,167); }

 H1.HeaderClassName
 {
   color: #99AAA7;
 }
 .AnyTagClassName
 {
   color: #99AAA7;
 }
</style>

background-color css

<style>
 a { background-color: #99AAA7; }

 a { background-color: rgb(153,170,167); }

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

border-color css

<style>
 span { border-color: #99AAA7; }

 span { border-color: rgb(153,170,167); }

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