#9C99AB

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

Shades of Santas Grey #9C99AB

Tints of Santas Grey #9C99AB

Color information

#9C99AB (or 0x9C99AB) is unknown color: approx Santas Grey. HEX triplet: 9C, 99 and AB. RGB value is (156,153,171). Sum of RGB (Red+Green+Blue) = 156+153+171=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C99AB is #636654. Grayscale: #9B9B9B. Windows color (decimal): -6514261 or 11245980. OLE color: 11245980.

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

Color convert

RGB156153171-
CMYK0.090.1100.33
HSL250º9.68%63.53%-
HSV(B)250º10.53%67.06%-
XYZ32.4532.7943.15-
YUV155.95136.49128.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=32.5%
G=31.88%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561531710.090.1100.332509.6863.53
Hex9C99AB9B021faa40
Octal234231253111304137212100
Binary1001110010011001101010111001101101000011111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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