#9A99AA

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

Shades of Santas Grey #9A99AA

Tints of Santas Grey #9A99AA

Color information

#9A99AA (or 0x9A99AA) is unknown color: approx Santas Grey. HEX triplet: 9A, 99 and AA. RGB value is (154,153,170). Sum of RGB (Red+Green+Blue) = 154+153+170=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A99AA is #656655. Grayscale: #9B9B9B. Windows color (decimal): -6645334 or 11180442. OLE color: 11180442.

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

Color convert

RGB154153170-
CMYK0.090.100.33
HSL243.53º9.09%63.33%-
HSV(B)243.53º10%66.67%-
XYZ31.9732.5542.63-
YUV155.24136.33127.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=32.29%
G=32.08%
B=35.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541531700.090.100.33243.539.0963.33
Hex9A99AA9A021f493f
Octal23223125211120413641177
Binary100110101001100110101010100110100100001111101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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