#9896AD

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

Shades of Santas Grey #9896AD

Tints of Santas Grey #9896AD

Color information

#9896AD (or 0x9896AD) is unknown color: approx Santas Grey. HEX triplet: 98, 96 and AD. RGB value is (152,150,173). Sum of RGB (Red+Green+Blue) = 152+150+173=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #9896AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9896AD is #676952. Grayscale: #999999. Windows color (decimal): -6777171 or 11376280. OLE color: 11376280.

HSL color Cylindrical-coordinate representation of color #9896AD: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9896AD is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152150173-
CMYK0.120.1300.32
HSL245.22º12.3%63.33%-
HSV(B)245.22º13.29%67.84%-
XYZ31.431.5143.96-
YUV153.22139.16127.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=32%
G=31.58%
B=36.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521501730.120.1300.32245.2212.363.33
Hex9896ADCD020f5c3f
Octal23022625514150403651477
Binary100110001001011010101101110011010100000111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9896AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9896AD; }

 p { color: rgb(152,150,173); }

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

<style>
 a { background-color: #9896AD; }

 a { background-color: rgb(152,150,173); }

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

<style>
 span { border-color: #9896AD; }

 span { border-color: rgb(152,150,173); }

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