Html Css Color HEX #99ABAA Hit Grey

📋 copy color: '#99ABAA'

red 153 ◦ green 171 ◦ blue 170

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

Shades of Hit Grey #99ABAA

Tints of Hit Grey #99ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 30.97%
G = 34.62%
B = 34.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#99ABAA (or 0x99ABAA) is known color: Hit Grey. HEX triplet: 99, AB and AA. RGB value is (153,171,170). Sum of RGB (Red+Green+Blue) = 153+171+170=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 171 - color contains mainly: green. Hex color #99ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABAA is #665455. Grayscale: #A5A5A5. Windows color (decimal): -6706262 or 11185049. OLE color: 11185049.

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

Color convert

RGB 153 171 170 -
CMYK 0.11 0 0.01 0.33
HSL 176.67º 0.1% 0.64% -
HSV(B) 176.67º 0.11% 0.67% -
XYZ 34.96 38.8 43.68 -
YUV 165.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 153 171 170 0.11 0 0.01 0.33 176.67 0.1 0.64
Hex 99 AB AA B 0 1 21 B1 A 40
Octal 231 253 252 13 0 1 41 261 12 100
Binary 10011001 10101011 10101010 1011 0 1 100001 10110001 1010 1000000

Color Harmonies of #99ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABAA

Black with #99ABAA

Text Example


Text Example

White with #99ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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