#9695AF

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

Shades of Santas Grey #9695AF

Tints of Santas Grey #9695AF

Color information

#9695AF (or 0x9695AF) is unknown color: approx Santas Grey. HEX triplet: 96, 95 and AF. RGB value is (150,149,175). Sum of RGB (Red+Green+Blue) = 150+149+175=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9695AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9695AF is #696A50. Grayscale: #989898. Windows color (decimal): -6908497 or 11507094. OLE color: 11507094.

HSL color Cylindrical-coordinate representation of color #9695AF: hue angle of 242.31º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9695AF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150149175-
CMYK0.140.1500.31
HSL242.31º13.98%63.53%-
HSV(B)242.31º14.86%68.63%-
XYZ31.0631.0744.92-
YUV152.26140.83126.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=31.65%
G=31.43%
B=36.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501491750.140.1500.31242.3113.9863.53
Hex9695AFEF01Ff2e40
Octal226225257161703736216100
Binary100101101001010110101111111011110111111111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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