#A3CACB

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

Shades of Morning Glory #A3CACB

Tints of Morning Glory #A3CACB

Color information

#A3CACB (or 0xA3CACB) is unknown color: approx Morning Glory. HEX triplet: A3, CA and CB. RGB value is (163,202,203). Sum of RGB (Red+Green+Blue) = 163+202+203=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CACB is #5C3534. Grayscale: #BEBEBE. Windows color (decimal): -6042933 or 13355683. OLE color: 13355683.

HSL color Cylindrical-coordinate representation of color #A3CACB: hue angle of 181.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CACB is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163202203-
CMYK0.200.0000.20
HSL181.5º27.78%71.76%-
HSV(B)181.5º19.7%79.61%-
XYZ4754.3464.51-
YUV190.45135.08108.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=28.70%
G=35.56%
B=35.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632022030.200.0000.20181.527.7871.76
HexA3CACB140014b61c48
Octal24331231324002426634110
Binary10100011110010101100101110100001010010110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CACB; }

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

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

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

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

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

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

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

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