#9995A9

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

Shades of Santas Grey #9995A9

Tints of Santas Grey #9995A9

Color information

#9995A9 (or 0x9995A9) is unknown color: approx Santas Grey. HEX triplet: 99, 95 and A9. RGB value is (153,149,169). Sum of RGB (Red+Green+Blue) = 153+149+169=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 169 - color contains mainly: blue. Hex color #9995A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9995A9 is #666A56. Grayscale: #989898. Windows color (decimal): -6711895 or 11113881. OLE color: 11113881.

HSL color Cylindrical-coordinate representation of color #9995A9: hue angle of 252º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9995A9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB153149169-
CMYK0.090.1200.34
HSL252º10.42%62.35%-
HSV(B)252º11.83%66.27%-
XYZ31.0531.1341.91-
YUV152.48137.33128.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=32.48%
G=31.63%
B=35.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1531491690.090.1200.3425210.4262.35
Hex9995A99C022fca3e
Octal23122525111140423741276
Binary100110011001010110101001100111000100010111111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995A9; }

 p { color: rgb(153,149,169); }

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

<style>
 a { background-color: #9995A9; }

 a { background-color: rgb(153,149,169); }

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

<style>
 span { border-color: #9995A9; }

 span { border-color: rgb(153,149,169); }

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