#9994AB

Color #9994AB Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #9994AB

Tints of Santas Grey #9994AB

Color information

#9994AB (or 0x9994AB) is unknown color: approx 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

RGB153148171-
CMYK0.110.1300.33
HSL253.04º12.04%62.55%-
HSV(B)253.04º13.45%67.06%-
XYZ31.0830.8942.85-
YUV152.12138.66128.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531481710.110.1300.33253.0412.0462.55
Hex9994ABBD021fdc3f
Octal23122425313150413751477
Binary100110011001010010101011101111010100001111111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>