#9592AB

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

Shades of Santas Grey #9592AB

Tints of Santas Grey #9592AB

Color information

#9592AB (or 0x9592AB) is unknown color: approx Santas Grey. HEX triplet: 95, 92 and AB. RGB value is (149,146,171). Sum of RGB (Red+Green+Blue) = 149+146+171=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9592AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9592AB is #6A6D54. Grayscale: #959595. Windows color (decimal): -6974805 or 11244181. OLE color: 11244181.

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

Color convert

RGB149146171-
CMYK0.130.1500.33
HSL247.2º12.95%62.16%-
HSV(B)247.2º14.62%67.06%-
XYZ30.0229.8942.71-
YUV149.75139.99127.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=31.97%
G=31.33%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491461710.130.1500.33247.212.9562.16
Hex9592ABDF021f7d3e
Octal22522225315170413671576
Binary100101011001001010101011110111110100001111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9592AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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