#9895AC

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

Shades of Santas Grey #9895AC

Tints of Santas Grey #9895AC

Color information

#9895AC (or 0x9895AC) is unknown color: approx Santas Grey. HEX triplet: 98, 95 and AC. RGB value is (152,149,172). Sum of RGB (Red+Green+Blue) = 152+149+172=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #9895AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9895AC is #676A53. Grayscale: #989898. Windows color (decimal): -6777428 or 11310488. OLE color: 11310488.

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

Color convert

RGB152149172-
CMYK0.120.1300.33
HSL247.83º12.17%62.94%-
HSV(B)247.83º13.37%67.45%-
XYZ31.1431.1543.4-
YUV152.52138.99127.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.14%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=32.14%
G=31.50%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521491720.120.1300.33247.8312.1762.94
Hex9895ACCD021f8c3f
Octal23022525414150413701477
Binary100110001001010110101100110011010100001111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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