#90A6AC

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

Shades of Botticelli #90A6AC

Tints of Botticelli #90A6AC

Color information

#90A6AC (or 0x90A6AC) is unknown color: approx Botticelli. HEX triplet: 90, A6 and AC. RGB value is (144,166,172). Sum of RGB (Red+Green+Blue) = 144+166+172=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #90A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6AC is #6F5953. Grayscale: #A0A0A0. Windows color (decimal): -7297364 or 11314832. OLE color: 11314832.

HSL color Cylindrical-coordinate representation of color #90A6AC: hue angle of 192.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A6AC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144166172-
CMYK0.160.0300.33
HSL192.86º14.43%61.96%-
HSV(B)192.86º16.28%67.45%-
XYZ32.5836.1844.3-
YUV160.11134.71116.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=29.88%
G=34.44%
B=35.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441661720.160.0300.33192.8614.4361.96
Hex90A6AC103021c1e3e
Octal2202462542030413011676
Binary10010000101001101010110010000110100001110000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,166,172); }

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

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

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

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

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

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

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