#9696AB

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

Shades of Santas Grey #9696AB

Tints of Santas Grey #9696AB

Color information

#9696AB (or 0x9696AB) is unknown color: approx Santas Grey. HEX triplet: 96, 96 and AB. RGB value is (150,150,171). Sum of RGB (Red+Green+Blue) = 150+150+171=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9696AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9696AB is #696954. Grayscale: #989898. Windows color (decimal): -6908245 or 11245206. OLE color: 11245206.

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

Color convert

RGB150150171-
CMYK0.120.1200.33
HSL240º11.11%62.94%-
HSV(B)240º12.28%67.06%-
XYZ30.8331.2442.93-
YUV152.39138.5126.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=31.85%
G=31.85%
B=36.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501501710.120.1200.3324011.1162.94
Hex9696ABCC021f0b3f
Octal22622625314140413601377
Binary100101101001011010101011110011000100001111100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9696AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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