Html Css Color HEX #9696AC Santas Grey

📋 copy color: '#9696AC'

red 150 ◦ green 150 ◦ blue 172

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

Shades of Santas Grey #9696AC

Tints of Santas Grey #9696AC

RGB

 RED value IS 150 (58.98% from 255) = 31.78%

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 31.78%
G = 31.78%
B = 36.44%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9696AC (or 0x9696AC) is known color: Santas Grey. HEX triplet: 96, 96 and AC. RGB value is (150,150,172). Sum of RGB (Red+Green+Blue) = 150+150+172=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9696AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9696AC is #696953. Grayscale: #989898. Windows color (decimal): -6908244 or 11310742. OLE color: 11310742.

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

Color convert

RGB 150 150 172 -
CMYK 0.13 0.13 0 0.33
HSL 240º 0.12% 0.63% -
HSV(B) 240º 0.13% 0.67% -
XYZ 30.93 31.28 43.44 -
YUV 152.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 150 150 172 0.13 0.13 0 0.33 240 0.12 0.63
Hex 96 96 AC D D 0 21 F0 C 3F
Octal 226 226 254 15 15 0 41 360 14 77
Binary 10010110 10010110 10101100 1101 1101 0 100001 11110000 1100 111111

Color Harmonies of #9696AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9696AC

Black with #9696AC

Text Example


Text Example

White with #9696AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,150,172); }

 H1.HeaderClassName
 {
   color: #9696AC;
 }
 .AnyTagClassName
 {
   color: #9696AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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