#90A4AD

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

Shades of Botticelli #90A4AD

Tints of Botticelli #90A4AD

Color information

#90A4AD (or 0x90A4AD) is unknown color: approx Botticelli. HEX triplet: 90, A4 and AD. RGB value is (144,164,173). Sum of RGB (Red+Green+Blue) = 144+164+173=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A4AD is #6F5B52. Grayscale: #9E9E9E. Windows color (decimal): -7297875 or 11379856. OLE color: 11379856.

HSL color Cylindrical-coordinate representation of color #90A4AD: hue angle of 198.62º degrees, saturation: 0.15, 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 #90A4AD is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144164173-
CMYK0.170.0500.32
HSL198.62º15.03%62.16%-
HSV(B)198.62º16.76%67.84%-
XYZ32.3235.544.68-
YUV159.05135.87117.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=29.94%
G=34.10%
B=35.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441641730.170.0500.32198.6215.0362.16
Hex90A4AD115020c7f3e
Octal2202442552150403071776
Binary100100001010010010101101100011010100000110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,173); }

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

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

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

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

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

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

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