#9090AE

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

Shades of Santas Grey #9090AE

Tints of Santas Grey #9090AE

Color information

#9090AE (or 0x9090AE) is unknown color: approx Santas Grey. HEX triplet: 90, 90 and AE. RGB value is (144,144,174). Sum of RGB (Red+Green+Blue) = 144+144+174=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #9090AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9090AE is #6F6F51. Grayscale: #939393. Windows color (decimal): -7302994 or 11440272. OLE color: 11440272.

HSL color Cylindrical-coordinate representation of color #9090AE: hue angle of 240º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9090AE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144144174-
CMYK0.170.1700.32
HSL240º15.62%62.35%-
HSV(B)240º17.24%68.24%-
XYZ29.1128.9344.09-
YUV147.42143125.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=31.17%
G=31.17%
B=37.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441441740.170.1700.3224015.6262.35
Hex9090AE1111020f0103e
Octal22022025621210403602076
Binary100100001001000010101110100011000101000001111000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9090AE; }

 p { color: rgb(144,144,174); }

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

<style>
 a { background-color: #9090AE; }

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

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

<style>
 span { border-color: #9090AE; }

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

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