#9692AB

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

Shades of Santas Grey #9692AB

Tints of Santas Grey #9692AB

Color information

#9692AB (or 0x9692AB) is unknown color: approx Santas Grey. HEX triplet: 96, 92 and AB. RGB value is (150,146,171). Sum of RGB (Red+Green+Blue) = 150+146+171=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9692AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9692AB is #696D54. Grayscale: #959595. Windows color (decimal): -6909269 or 11244182. OLE color: 11244182.

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

Color convert

RGB150146171-
CMYK0.120.1500.33
HSL249.6º12.95%62.16%-
HSV(B)249.6º14.62%67.06%-
XYZ30.2129.9842.72-
YUV150.05139.83127.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=32.12%
G=31.26%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501461710.120.1500.33249.612.9562.16
Hex9692ABCF021fad3e
Octal22622225314170413721576
Binary100101101001001010101011110011110100001111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9692AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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