#9C9AAB

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

Shades of Santas Grey #9C9AAB

Tints of Santas Grey #9C9AAB

Color information

#9C9AAB (or 0x9C9AAB) is unknown color: approx Santas Grey. HEX triplet: 9C, 9A and AB. RGB value is (156,154,171). Sum of RGB (Red+Green+Blue) = 156+154+171=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9AAB is #636554. Grayscale: #9C9C9C. Windows color (decimal): -6514005 or 11246236. OLE color: 11246236.

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

Color convert

RGB156154171-
CMYK0.090.1000.33
HSL247.06º9.19%63.73%-
HSV(B)247.06º9.94%67.06%-
XYZ32.6233.1243.2-
YUV156.54136.16127.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=32.43%
G=32.02%
B=35.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561541710.090.1000.33247.069.1963.73
Hex9C9AAB9A021f7940
Octal234232253111204136711100
Binary1001110010011010101010111001101001000011111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,171); }

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

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

 a { background-color: rgb(156,154,171); }

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

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

 span { border-color: rgb(156,154,171); }

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