Html Css Color HEX #9994AA Grey Suit

📋 copy color: '#9994AA'

red 153 ◦ green 148 ◦ blue 170

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

Shades of Grey Suit #9994AA

Tints of Grey Suit #9994AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 32.48%
G = 31.42%
B = 36.09%

CMYK

 C value IS 0.1

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9994AA (or 0x9994AA) is known color: Grey Suit. HEX triplet: 99, 94 and AA. RGB value is (153,148,170). Sum of RGB (Red+Green+Blue) = 153+148+170=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #9994AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9994AA is #666B55. Grayscale: #979797. Windows color (decimal): -6712150 or 11179161. OLE color: 11179161.

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

Color convert

RGB 153 148 170 -
CMYK 0.1 0.13 0 0.33
HSL 253.64º 0.11% 0.62% -
HSV(B) 253.64º 0.13% 0.67% -
XYZ 30.98 30.85 42.35 -
YUV 152 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 153 148 170 0.1 0.13 0 0.33 253.64 0.11 0.62
Hex 99 94 AA A D 0 21 FE B 3E
Octal 231 224 252 12 15 0 41 376 13 76
Binary 10011001 10010100 10101010 1010 1101 0 100001 11111110 1011 111110

Color Harmonies of #9994AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9994AA

Black with #9994AA

Text Example


Text Example

White with #9994AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9994AA; }

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

 H1.HeaderClassName
 {
   color: #9994AA;
 }
 .AnyTagClassName
 {
   color: #9994AA;
 }
</style>

background-color css

<style>
 a { background-color: #9994AA; }

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

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

border-color css

<style>
 span { border-color: #9994AA; }

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

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