#9A9AAC

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

Shades of Santas Grey #9A9AAC

Tints of Santas Grey #9A9AAC

Color information

#9A9AAC (or 0x9A9AAC) is unknown color: approx Santas Grey. HEX triplet: 9A, 9A and AC. RGB value is (154,154,172). Sum of RGB (Red+Green+Blue) = 154+154+172=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9AAC is #656553. Grayscale: #9B9B9B. Windows color (decimal): -6645076 or 11311770. OLE color: 11311770.

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

Color convert

RGB154154172-
CMYK0.100.1000.33
HSL240º9.78%63.92%-
HSV(B)240º10.47%67.45%-
XYZ32.3332.9643.69-
YUV156.05137126.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=32.08%
G=32.08%
B=35.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541541720.100.1000.332409.7863.92
Hex9A9AACAA021f0a40
Octal232232254121204136012100
Binary1001101010011010101011001010101001000011111000010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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