#90AAA3

Color #90AAA3 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #90AAA3

Tints of Cascade #90AAA3

Color information

#90AAA3 (or 0x90AAA3) is unknown color: approx Cascade. HEX triplet: 90, AA and A3. RGB value is (144,170,163). Sum of RGB (Red+Green+Blue) = 144+170+163=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA3 is #6F555C. Grayscale: #A1A1A1. Windows color (decimal): -7296349 or 10726032. OLE color: 10726032.

HSL color Cylindrical-coordinate representation of color #90AAA3: hue angle of 163.85º 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 #90AAA3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB144170163-
CMYK0.1500.040.33
HSL163.85º13.27%61.57%-
HSV(B)163.85º15.29%66.67%-
XYZ32.4937.3240.14-
YUV161.43128.89115.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.19%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 163 (64.06% from 255) = 34.17%
R=30.19%
G=35.64%
B=34.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441701630.1500.040.33163.8513.2761.57
Hex90AAA3F0421a4d3e
Octal2202522431704412441576
Binary10010000101010101010001111110100100001101001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AAA3; }

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

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

<style>
 a { background-color: #90AAA3; }

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

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

<style>
 span { border-color: #90AAA3; }

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

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