#90A7AD

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

Shades of Botticelli #90A7AD

Tints of Botticelli #90A7AD

Color information

#90A7AD (or 0x90A7AD) is unknown color: approx Botticelli. HEX triplet: 90, A7 and AD. RGB value is (144,167,173). Sum of RGB (Red+Green+Blue) = 144+167+173=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #90A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A7AD is #6F5852. Grayscale: #A0A0A0. Windows color (decimal): -7297107 or 11380624. OLE color: 11380624.

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

Color convert

RGB144167173-
CMYK0.170.0300.32
HSL192.41º15.03%62.16%-
HSV(B)192.41º16.76%67.84%-
XYZ32.8636.5844.86-
YUV160.81134.88116.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=29.75%
G=34.50%
B=35.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441671730.170.0300.32192.4115.0362.16
Hex90A7AD113020c0f3e
Octal2202472552130403001776
Binary10010000101001111010110110001110100000110000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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