#90A3AA

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

Shades of Botticelli #90A3AA

Tints of Botticelli #90A3AA

Color information

#90A3AA (or 0x90A3AA) is unknown color: approx Botticelli. HEX triplet: 90, A3 and AA. RGB value is (144,163,170). Sum of RGB (Red+Green+Blue) = 144+163+170=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #90A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A3AA is #6F5C55. Grayscale: #9E9E9E. Windows color (decimal): -7298134 or 11182992. OLE color: 11182992.

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

Color convert

RGB144163170-
CMYK0.150.0400.33
HSL196.15º13.27%61.57%-
HSV(B)196.15º15.29%66.67%-
XYZ31.8535.0343.11-
YUV158.12134.71117.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441631700.150.0400.33196.1513.2761.57
Hex90A3AAF4021c4d3e
Octal2202432521740413041576
Binary10010000101000111010101011111000100001110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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