#A3CFCF

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

Shades of Morning Glory #A3CFCF

Tints of Morning Glory #A3CFCF

Color information

#A3CFCF (or 0xA3CFCF) is unknown color: approx Morning Glory. HEX triplet: A3, CF and CF. RGB value is (163,207,207). Sum of RGB (Red+Green+Blue) = 163+207+207=577 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.25% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #A3CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFCF is #5C3030. Grayscale: #C1C1C1. Windows color (decimal): -6041649 or 13619107. OLE color: 13619107.

HSL color Cylindrical-coordinate representation of color #A3CFCF: hue angle of 180º 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 #A3CFCF is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163207207-
CMYK0.21000.19
HSL180º31.43%72.55%-
HSV(B)180º21.26%81.18%-
XYZ48.6856.9267.45-
YUV193.84135.42106-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.25%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=28.25%
G=35.88%
B=35.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632072070.21000.1918031.4372.55
HexA3CFCF150013b41f49
Octal24331731725002326437111
Binary10100011110011111100111110101001001110110100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFCF; }

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

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

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

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

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

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

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

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