#90ACAE

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

Shades of Botticelli #90ACAE

Tints of Botticelli #90ACAE

Color information

#90ACAE (or 0x90ACAE) is unknown color: approx Botticelli. HEX triplet: 90, AC and AE. RGB value is (144,172,174). Sum of RGB (Red+Green+Blue) = 144+172+174=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #90ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACAE is #6F5351. Grayscale: #A3A3A3. Windows color (decimal): -7295826 or 11447440. OLE color: 11447440.

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

Color convert

RGB144172174-
CMYK0.170.0100.32
HSL184º15.62%62.35%-
HSV(B)184º17.24%68.24%-
XYZ33.8938.4945.69-
YUV163.86133.72113.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=29.39%
G=35.10%
B=35.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441721740.170.0100.3218415.6262.35
Hex90ACAE111020b8103e
Octal2202542562110402702076
Binary10010000101011001010111010001101000001011100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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