#9593AA

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

Shades of Santas Grey #9593AA

Tints of Santas Grey #9593AA

Color information

#9593AA (or 0x9593AA) is unknown color: approx Santas Grey. HEX triplet: 95, 93 and AA. RGB value is (149,147,170). Sum of RGB (Red+Green+Blue) = 149+147+170=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #9593AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AA is #6A6C55. Grayscale: #969696. Windows color (decimal): -6974550 or 11178901. OLE color: 11178901.

HSL color Cylindrical-coordinate representation of color #9593AA: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9593AA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149147170-
CMYK0.120.1400.33
HSL245.22º11.92%62.16%-
HSV(B)245.22º13.53%66.67%-
XYZ30.0830.1642.27-
YUV150.22139.16127.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=31.97%
G=31.55%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491471700.120.1400.33245.2211.9262.16
Hex9593AACE021f5c3e
Octal22522325214160413651476
Binary100101011001001110101010110011100100001111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9593AA; }

 p { color: rgb(149,147,170); }

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

<style>
 a { background-color: #9593AA; }

 a { background-color: rgb(149,147,170); }

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

<style>
 span { border-color: #9593AA; }

 span { border-color: rgb(149,147,170); }

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