#9A99AE

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

Shades of Santas Grey #9A99AE

Tints of Santas Grey #9A99AE

Color information

#9A99AE (or 0x9A99AE) is unknown color: approx Santas Grey. HEX triplet: 9A, 99 and AE. RGB value is (154,153,174). Sum of RGB (Red+Green+Blue) = 154+153+174=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A99AE is #656651. Grayscale: #9B9B9B. Windows color (decimal): -6645330 or 11442586. OLE color: 11442586.

HSL color Cylindrical-coordinate representation of color #9A99AE: hue angle of 242.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A99AE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154153174-
CMYK0.110.1200.32
HSL242.86º11.48%64.12%-
HSV(B)242.86º12.07%68.24%-
XYZ32.3632.7144.65-
YUV155.69138.33126.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=32.02%
G=31.81%
B=36.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541531740.110.1200.32242.8611.4864.12
Hex9A99AEBC020f3b40
Octal232231256131404036313100
Binary1001101010011001101011101011110001000001111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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