#A3CACA

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

Shades of Morning Glory #A3CACA

Tints of Morning Glory #A3CACA

Color information

#A3CACA (or 0xA3CACA) is unknown color: approx Morning Glory. HEX triplet: A3, CA and CA. RGB value is (163,202,202). Sum of RGB (Red+Green+Blue) = 163+202+202=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #A3CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CACA is #5C3535. Grayscale: #BEBEBE. Windows color (decimal): -6042934 or 13290147. OLE color: 13290147.

HSL color Cylindrical-coordinate representation of color #A3CACA: hue angle of 180º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CACA is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163202202-
CMYK0.19000.21
HSL180º26.9%71.57%-
HSV(B)180º19.31%79.22%-
XYZ46.8954.2963.89-
YUV190.34134.58108.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.75%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=28.75%
G=35.63%
B=35.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632022020.19000.2118026.971.57
HexA3CACA130015b41b48
Octal24331231223002526433110
Binary10100011110010101100101010011001010110110100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CACA; }

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

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

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

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

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

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

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

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