#9695AC

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

Shades of Santas Grey #9695AC

Tints of Santas Grey #9695AC

Color information

#9695AC (or 0x9695AC) is unknown color: approx Santas Grey. HEX triplet: 96, 95 and AC. RGB value is (150,149,172). Sum of RGB (Red+Green+Blue) = 150+149+172=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 149 (58.59% from 255 or 31.63% 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 #9695AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9695AC is #696A53. Grayscale: #979797. Windows color (decimal): -6908500 or 11310486. OLE color: 11310486.

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

Color convert

RGB150149172-
CMYK0.130.1300.33
HSL242.61º12.17%62.94%-
HSV(B)242.61º13.37%67.45%-
XYZ30.7730.9643.38-
YUV151.92139.33126.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=31.85%
G=31.63%
B=36.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501491720.130.1300.33242.6112.1762.94
Hex9695ACDD021f3c3f
Octal22622525415150413631477
Binary100101101001010110101100110111010100001111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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