Html Css Color HEX #9999AA Santas Grey

📋 copy color: '#9999AA'

red 153 ◦ green 153 ◦ blue 170

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

Shades of Santas Grey #9999AA

Tints of Santas Grey #9999AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.14%

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

R = 32.14%
G = 32.14%
B = 35.71%

CMYK

 C value IS 0.1

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9999AA (or 0x9999AA) is known color: Santas Grey. HEX triplet: 99, 99 and AA. RGB value is (153,153,170). Sum of RGB (Red+Green+Blue) = 153+153+170=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #9999AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9999AA is #666655. Grayscale: #9A9A9A. Windows color (decimal): -6710870 or 11180441. OLE color: 11180441.

HSL color Cylindrical-coordinate representation of color #9999AA: hue angle of 240º 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 #9999AA is Cyan = 0.1, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 153 170 -
CMYK 0.1 0.1 0 0.33
HSL 240º 0.09% 0.63% -
HSV(B) 240º 0.1% 0.67% -
XYZ 31.78 32.46 42.62 -
YUV 154.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 153 153 170 0.1 0.1 0 0.33 240 0.09 0.63
Hex 99 99 AA A A 0 21 F0 9 3F
Octal 231 231 252 12 12 0 41 360 11 77
Binary 10011001 10011001 10101010 1010 1010 0 100001 11110000 1001 111111

Color Harmonies of #9999AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9999AA

Black with #9999AA

Text Example


Text Example

White with #9999AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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