Html Css Color HEX #9596AC Santas Grey

📋 copy color: '#9596AC'

red 149 ◦ green 150 ◦ blue 172

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

Shades of Santas Grey #9596AC

Tints of Santas Grey #9596AC

RGB

 RED value IS 149 (58.59% from 255) = 31.63%

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

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

R = 31.63%
G = 31.85%
B = 36.52%

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

#9596AC (or 0x9596AC) is known color: Santas Grey. HEX triplet: 95, 96 and AC. RGB value is (149,150,172). Sum of RGB (Red+Green+Blue) = 149+150+172=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9596AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9596AC is #6A6953. Grayscale: #989898. Windows color (decimal): -6973780 or 11310741. OLE color: 11310741.

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

Color convert

RGB 149 150 172 -
CMYK 0.13 0.13 0 0.33
HSL 237.39º 0.12% 0.63% -
HSV(B) 237.39º 0.13% 0.67% -
XYZ 30.75 31.18 43.43 -
YUV 152.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 149 150 172 0.13 0.13 0 0.33 237.39 0.12 0.63
Hex 95 96 AC D D 0 21 ED C 3F
Octal 225 226 254 15 15 0 41 355 14 77
Binary 10010101 10010110 10101100 1101 1101 0 100001 11101101 1100 111111

Color Harmonies of #9596AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9596AC

Black with #9596AC

Text Example


Text Example

White with #9596AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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