#9997AC

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

Shades of Santas Grey #9997AC

Tints of Santas Grey #9997AC

Color information

#9997AC (or 0x9997AC) is unknown color: approx Santas Grey. HEX triplet: 99, 97 and AC. RGB value is (153,151,172). Sum of RGB (Red+Green+Blue) = 153+151+172=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #9997AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9997AC is #666853. Grayscale: #999999. Windows color (decimal): -6711380 or 11311001. OLE color: 11311001.

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

Color convert

RGB153151172-
CMYK0.110.1200.33
HSL245.71º11.23%63.33%-
HSV(B)245.71º12.21%67.45%-
XYZ31.6531.8843.52-
YUV153.99138.16127.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.14%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=32.14%
G=31.72%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531511720.110.1200.33245.7111.2363.33
Hex9997ACBC021f6b3f
Octal23122725413140413661377
Binary100110011001011110101100101111000100001111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9997AC; }

 p { color: rgb(153,151,172); }

 H1.HeaderClassName
 {
   color: #9997AC;
 }
 .AnyTagClassName
 {
   color: #9997AC;
 }
</style>
background-color css

<style>
 a { background-color: #9997AC; }

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

 div.DivClassName
 {
   background-color: #9997AC;
 }
 .BgClassName
 {
   background-color: #9997AC;
 }
</style>
border-color css

<style>
 span { border-color: #9997AC; }

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

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