#A3CACF

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

Shades of Morning Glory #A3CACF

Tints of Morning Glory #A3CACF

Color information

#A3CACF (or 0xA3CACF) is unknown color: approx Morning Glory. HEX triplet: A3, CA and CF. RGB value is (163,202,207). Sum of RGB (Red+Green+Blue) = 163+202+207=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CACF is #5C3530. Grayscale: #BEBEBE. Windows color (decimal): -6042929 or 13617827. OLE color: 13617827.

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

Color convert

RGB163202207-
CMYK0.210.0200.19
HSL186.82º31.43%72.55%-
HSV(B)186.82º21.26%81.18%-
XYZ47.4954.5367.05-
YUV190.91137.08108.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.50%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=28.50%
G=35.31%
B=36.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632022070.210.0200.19186.8231.4372.55
HexA3CACF152013bb1f49
Octal24331231725202327337111
Binary101000111100101011001111101011001001110111011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CACF; }

 p { color: rgb(163,202,207); }

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

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

 a { background-color: rgb(163,202,207); }

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

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

 span { border-color: rgb(163,202,207); }

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