#A4CACA

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

Shades of Morning Glory #A4CACA

Tints of Morning Glory #A4CACA

Color information

#A4CACA (or 0xA4CACA) is unknown color: approx Morning Glory. HEX triplet: A4, CA and CA. RGB value is (164,202,202). Sum of RGB (Red+Green+Blue) = 164+202+202=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #A4CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CACA is #5B3535. Grayscale: #BEBEBE. Windows color (decimal): -5977398 or 13290148. OLE color: 13290148.

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

Color convert

RGB164202202-
CMYK0.19000.21
HSL180º26.39%71.76%-
HSV(B)180º18.81%79.22%-
XYZ47.0954.463.89-
YUV190.64134.41109-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.87%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=28.87%
G=35.56%
B=35.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642022020.19000.2118026.3971.76
HexA4CACA130015b41a48
Octal24431231223002526432110
Binary10100100110010101100101010011001010110110100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CACA; }

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

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

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

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

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

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

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

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