#A2CACC

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

Shades of Morning Glory #A2CACC

Tints of Morning Glory #A2CACC

Color information

#A2CACC (or 0xA2CACC) is unknown color: approx Morning Glory. HEX triplet: A2, CA and CC. RGB value is (162,202,204). Sum of RGB (Red+Green+Blue) = 162+202+204=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CACC is #5D3533. Grayscale: #BEBEBE. Windows color (decimal): -6108468 or 13421218. OLE color: 13421218.

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

Color convert

RGB162202204-
CMYK0.210.0100.2
HSL182.86º29.17%71.76%-
HSV(B)182.86º20.59%80%-
XYZ46.9254.2865.13-
YUV190.27135.75107.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.52%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=28.52%
G=35.56%
B=35.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622022040.210.0100.2182.8629.1771.76
HexA2CACC151014b71d48
Octal24231231425102426735110
Binary10100010110010101100110010101101010010110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CACC; }

 p { color: rgb(162,202,204); }

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

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

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

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

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

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

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