#9090AC

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

Shades of Santas Grey #9090AC

Tints of Santas Grey #9090AC

Color information

#9090AC (or 0x9090AC) is unknown color: approx Santas Grey. HEX triplet: 90, 90 and AC. RGB value is (144,144,172). Sum of RGB (Red+Green+Blue) = 144+144+172=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #9090AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9090AC is #6F6F53. Grayscale: #939393. Windows color (decimal): -7302996 or 11309200. OLE color: 11309200.

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

Color convert

RGB144144172-
CMYK0.160.1600.33
HSL240º14.43%61.96%-
HSV(B)240º16.28%67.45%-
XYZ28.9228.8543.07-
YUV147.19142125.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=31.30%
G=31.30%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441441720.160.1600.3324014.4361.96
Hex9090AC1010021f0e3e
Octal22022025420200413601676
Binary10010000100100001010110010000100000100001111100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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