Html Css Color HEX #9994AB Santas Grey

📋 copy color: '#9994AB'

red 153 ◦ green 148 ◦ blue 171

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

Shades of Santas Grey #9994AB

Tints of Santas Grey #9994AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 32.42%
G = 31.36%
B = 36.23%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9994AB (or 0x9994AB) is known color: Santas Grey. HEX triplet: 99, 94 and AB. RGB value is (153,148,171). Sum of RGB (Red+Green+Blue) = 153+148+171=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9994AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9994AB is #666B54. Grayscale: #989898. Windows color (decimal): -6712149 or 11244697. OLE color: 11244697.

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

Color convert

RGB 153 148 171 -
CMYK 0.11 0.13 0 0.33
HSL 253.04º 0.12% 0.63% -
HSV(B) 253.04º 0.13% 0.67% -
XYZ 31.08 30.89 42.85 -
YUV 152.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 153 148 171 0.11 0.13 0 0.33 253.04 0.12 0.63
Hex 99 94 AB B D 0 21 FD C 3F
Octal 231 224 253 13 15 0 41 375 14 77
Binary 10011001 10010100 10101011 1011 1101 0 100001 11111101 1100 111111

Color Harmonies of #9994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9994AB

Black with #9994AB

Text Example


Text Example

White with #9994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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