Html Css Color HEX #9090AA Santas Grey

📋 copy color: '#9090AA'

red 144 ◦ green 144 ◦ blue 170

#9090AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Santas Grey #9090AA

Tints of Santas Grey #9090AA

RGB

 RED value IS 144 (56.64% from 255) = 31.44%

 GREEN value IS 144 (56.64% from 255) = 31.44%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 31.44%
G = 31.44%
B = 37.12%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9090AA (or 0x9090AA) is known color: Santas Grey. HEX triplet: 90, 90 and AA. RGB value is (144,144,170). Sum of RGB (Red+Green+Blue) = 144+144+170=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #9090AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9090AA is #6F6F55. Grayscale: #929292. Windows color (decimal): -7302998 or 11178128. OLE color: 11178128.

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

Color convert

RGB 144 144 170 -
CMYK 0.15 0.15 0 0.33
HSL 240º 0.13% 0.62% -
HSV(B) 240º 0.15% 0.67% -
XYZ 28.73 28.78 42.07 -
YUV 146.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 144 144 170 0.15 0.15 0 0.33 240 0.13 0.62
Hex 90 90 AA F F 0 21 F0 D 3E
Octal 220 220 252 17 17 0 41 360 15 76
Binary 10010000 10010000 10101010 1111 1111 0 100001 11110000 1101 111110

Color Harmonies of #9090AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9090AA

Black with #9090AA

Text Example


Text Example

White with #9090AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9090AA;
 }
 .AnyTagClassName
 {
   color: #9090AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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