#9C9AAC

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

Shades of Santas Grey #9C9AAC

Tints of Santas Grey #9C9AAC

Color information

#9C9AAC (or 0x9C9AAC) is unknown color: approx Santas Grey. HEX triplet: 9C, 9A and AC. RGB value is (156,154,172). Sum of RGB (Red+Green+Blue) = 156+154+172=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9AAC is #636553. Grayscale: #9C9C9C. Windows color (decimal): -6514004 or 11311772. OLE color: 11311772.

HSL color Cylindrical-coordinate representation of color #9C9AAC: hue angle of 246.67º degrees, saturation: 0.1, 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 #9C9AAC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156154172-
CMYK0.090.1000.33
HSL246.67º9.78%63.92%-
HSV(B)246.67º10.47%67.45%-
XYZ32.7133.1643.71-
YUV156.65136.66127.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=32.37%
G=31.95%
B=35.68%

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
Decimal1561541720.090.1000.33246.679.7863.92
Hex9C9AAC9A021f7a40
Octal234232254111204136712100
Binary1001110010011010101011001001101001000011111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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