#AACCCF

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

Shades of Morning Glory #AACCCF

Tints of Morning Glory #AACCCF

Color information

#AACCCF (or 0xAACCCF) is unknown color: approx Morning Glory. HEX triplet: AA, CC and CF. RGB value is (170,204,207). Sum of RGB (Red+Green+Blue) = 170+204+207=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #AACCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCCF is #553330. Grayscale: #C2C2C2. Windows color (decimal): -5583665 or 13618346. OLE color: 13618346.

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

Color convert

RGB170204207-
CMYK0.180.0100.19
HSL184.86º27.82%73.92%-
HSV(B)184.86º17.87%81.18%-
XYZ49.4356.2467.28-
YUV194.18135.24110.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=29.26%
G=35.11%
B=35.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702042070.180.0100.19184.8627.8273.92
HexAACCCF121013b91c4a
Octal25231431722102327134112
Binary10101010110011001100111110010101001110111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCCF; }

 p { color: rgb(170,204,207); }

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

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

 a { background-color: rgb(170,204,207); }

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

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

 span { border-color: rgb(170,204,207); }

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