#AACACE

Color #AACACE Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #AACACE

Tints of Morning Glory #AACACE

Color information

#AACACE (or 0xAACACE) is unknown color: approx Morning Glory. HEX triplet: AA, CA and CE. RGB value is (170,202,206). Sum of RGB (Red+Green+Blue) = 170+202+206=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #AACACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACACE is #553531. Grayscale: #C0C0C0. Windows color (decimal): -5584178 or 13552298. OLE color: 13552298.

HSL color Cylindrical-coordinate representation of color #AACACE: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACACE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170202206-
CMYK0.170.0200.19
HSL186.67º26.87%73.73%-
HSV(B)186.67º17.48%80.78%-
XYZ48.8455.2466.48-
YUV192.89135.4111.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=29.41%
G=34.95%
B=35.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702022060.170.0200.19186.6726.8773.73
HexAACACE112013bb1b4a
Octal25231231621202327333112
Binary101010101100101011001110100011001001110111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACACE; }

 p { color: rgb(170,202,206); }

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

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

 a { background-color: rgb(170,202,206); }

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

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

 span { border-color: rgb(170,202,206); }

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