#9596AB

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

Shades of Santas Grey #9596AB

Tints of Santas Grey #9596AB

Color information

#9596AB (or 0x9596AB) is unknown color: approx Santas Grey. HEX triplet: 95, 96 and AB. RGB value is (149,150,171). Sum of RGB (Red+Green+Blue) = 149+150+171=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9596AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9596AB is #6A6954. Grayscale: #989898. Windows color (decimal): -6973781 or 11245205. OLE color: 11245205.

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

Color convert

RGB149150171-
CMYK0.130.1200.33
HSL237.27º11.58%62.75%-
HSV(B)237.27º12.87%67.06%-
XYZ30.6531.1442.92-
YUV152.1138.67125.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=31.70%
G=31.91%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491501710.130.1200.33237.2711.5862.75
Hex9596ABDC021edc3f
Octal22522625315140413551477
Binary100101011001011010101011110111000100001111011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9596AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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