Html Css Color HEX #9997AC Santas Grey

📋 copy color: '#9997AC'

red 153 ◦ green 151 ◦ blue 172

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

Shades of Santas Grey #9997AC

Tints of Santas Grey #9997AC

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 value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9997AC (or 0x9997AC) is known color: 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

RGB 153 151 172 -
CMYK 0.11 0.12 0 0.33
HSL 245.71º 0.11% 0.63% -
HSV(B) 245.71º 0.12% 0.67% -
XYZ 31.65 31.88 43.52 -
YUV 153.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 153 151 172 0.11 0.12 0 0.33 245.71 0.11 0.63
Hex 99 97 AC B C 0 21 F6 B 3F
Octal 231 227 254 13 14 0 41 366 13 77
Binary 10011001 10010111 10101100 1011 1100 0 100001 11110110 1011 111111

Color Harmonies of #9997AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9997AC

Black with #9997AC

Text Example


Text Example

White with #9997AC

Text Example


Text Example

HTML Codes & Css Web 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>