#9A99AB

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

Shades of Santas Grey #9A99AB

Tints of Santas Grey #9A99AB

Color information

#9A99AB (or 0x9A99AB) is unknown color: approx Santas Grey. HEX triplet: 9A, 99 and AB. RGB value is (154,153,171). Sum of RGB (Red+Green+Blue) = 154+153+171=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A99AB is #656654. Grayscale: #9B9B9B. Windows color (decimal): -6645333 or 11245978. OLE color: 11245978.

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

Color convert

RGB154153171-
CMYK0.100.1100.33
HSL243.33º9.68%63.53%-
HSV(B)243.33º10.53%67.06%-
XYZ32.0732.5943.13-
YUV155.35136.83127.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=32.22%
G=32.01%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541531710.100.1100.33243.339.6863.53
Hex9A99ABAB021f3a40
Octal232231253121304136312100
Binary1001101010011001101010111010101101000011111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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