#9B9CAA

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

Shades of Santas Grey #9B9CAA

Tints of Santas Grey #9B9CAA

Color information

#9B9CAA (or 0x9B9CAA) is unknown color: approx Santas Grey. HEX triplet: 9B, 9C and AA. RGB value is (155,156,170). Sum of RGB (Red+Green+Blue) = 155+156+170=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9CAA is #646355. Grayscale: #9D9D9D. Windows color (decimal): -6579030 or 11181211. OLE color: 11181211.

HSL color Cylindrical-coordinate representation of color #9B9CAA: hue angle of 236º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B9CAA is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155156170-
CMYK0.090.0800.33
HSL236º8.11%63.73%-
HSV(B)236º8.82%66.67%-
XYZ32.6633.6542.8-
YUV157.3135.17126.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=32.22%
G=32.43%
B=35.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551561700.090.0800.332368.1163.73
Hex9B9CAA98021ec840
Octal233234252111004135410100
Binary1001101110011100101010101001100001000011110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9CAA; }

 p { color: rgb(155,156,170); }

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

<style>
 a { background-color: #9B9CAA; }

 a { background-color: rgb(155,156,170); }

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

<style>
 span { border-color: #9B9CAA; }

 span { border-color: rgb(155,156,170); }

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