#A1CACE

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

Shades of Morning Glory #A1CACE

Tints of Morning Glory #A1CACE

Color information

#A1CACE (or 0xA1CACE) is unknown color: approx Morning Glory. HEX triplet: A1, CA and CE. RGB value is (161,202,206). Sum of RGB (Red+Green+Blue) = 161+202+206=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CACE is #5E3531. Grayscale: #BEBEBE. Windows color (decimal): -6174002 or 13552289. OLE color: 13552289.

HSL color Cylindrical-coordinate representation of color #A1CACE: hue angle of 185.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CACE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161202206-
CMYK0.220.0200.19
HSL185.33º31.47%71.96%-
HSV(B)185.33º21.84%80.78%-
XYZ46.9654.2766.39-
YUV190.2136.92107.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=28.30%
G=35.50%
B=36.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612022060.220.0200.19185.3331.4771.96
HexA1CACE162013b91f48
Octal24131231626202327137110
Binary101000011100101011001110101101001001110111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CACE; }

 p { color: rgb(161,202,206); }

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

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

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

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

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

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

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